Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
830d3d77
Commit
830d3d77
authored
Mar 21, 2003
by
Rolf Kalbermatter
Committed by
Alexandre Julliard
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement some more Win API functions and add support functions for
coming changes to SHFileOperation.
parent
7ab9a715
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
shell32.spec
dlls/shell32/shell32.spec
+5
-2
shlfileop.c
dlls/shell32/shlfileop.c
+0
-0
No files found.
dlls/shell32/shell32.spec
View file @
830d3d77
...
@@ -84,8 +84,8 @@
...
@@ -84,8 +84,8 @@
90 stub SHFindFiles
90 stub SHFindFiles
91 stub SHFindComputer
91 stub SHFindComputer
92 stdcall PathGetShortPath (ptr) PathGetShortPathAW
92 stdcall PathGetShortPath (ptr) PathGetShortPathAW
93 st
ub Win32CreateDirectory
93 st
dcall Win32CreateDirectory(wstr ptr) Win32CreateDirectoryAW
94 st
ub Win32RemoveDirectory
94 st
dcall Win32RemoveDirectory(wstr) Win32RemoveDirectoryAW
95 stdcall SHLogILFromFSIL (ptr)
95 stdcall SHLogILFromFSIL (ptr)
96 stdcall StrRetToStrN (ptr long ptr ptr) StrRetToStrNAW
96 stdcall StrRetToStrN (ptr long ptr ptr) StrRetToStrNAW
97 stdcall SHWaitForFileToOpen (long long long)
97 stdcall SHWaitForFileToOpen (long long long)
...
@@ -410,6 +410,9 @@
...
@@ -410,6 +410,9 @@
# version 5.00 (Win2K)
# version 5.00 (Win2K)
# _WIN32_IE >= 0x0500
# _WIN32_IE >= 0x0500
#
#
@ stdcall SHGetDiskFreeSpaceA(str ptr ptr ptr) kernel32.GetDiskFreeSpaceExA
@ stdcall SHGetDiskFreeSpaceExA(str ptr ptr ptr) kernel32.GetDiskFreeSpaceExA
@ stdcall SHGetDiskFreeSpaceExW(wstr ptr ptr ptr) kernel32.GetDiskFreeSpaceExW
@ stdcall SHGetFolderPathA(long long long long ptr)
@ stdcall SHGetFolderPathA(long long long long ptr)
@ stdcall SHGetFolderPathW(long long long long ptr)
@ stdcall SHGetFolderPathW(long long long long ptr)
@ stdcall SHGetFolderLocation(long long long long ptr)
@ stdcall SHGetFolderLocation(long long long long ptr)
...
...
dlls/shell32/shlfileop.c
View file @
830d3d77
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment