Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ab9bb9c1
Commit
ab9bb9c1
authored
Mar 15, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Mar 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some missing prototypes.
parent
6a584352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
shlwapi.h
include/shlwapi.h
+6
-2
No files found.
include/shlwapi.h
View file @
ab9bb9c1
...
@@ -83,9 +83,11 @@ DWORD WINAPI SHCopyKeyW(HKEY,LPCWSTR,HKEY,DWORD);
...
@@ -83,9 +83,11 @@ DWORD WINAPI SHCopyKeyW(HKEY,LPCWSTR,HKEY,DWORD);
/* Undocumented registry functions */
/* Undocumented registry functions */
HKEY
WINAPI
SHRegDuplicateHKey
(
HKEY
hKey
);
HKEY
WINAPI
SHRegDuplicateHKey
(
HKEY
);
/* FIXME: SHDeleteOrphanKey */
DWORD
WINAPI
SHDeleteOrphanKeyA
(
HKEY
,
LPCSTR
);
DWORD
WINAPI
SHDeleteOrphanKeyW
(
HKEY
,
LPCWSTR
);
#define SHDeleteOrphanKey WINELIB_NAME_AW(SHDeleteOrphanKey)
/* User registry functions */
/* User registry functions */
...
@@ -855,6 +857,8 @@ HRESULT WINAPI SHCreateStreamOnFileW(LPCWSTR,DWORD,IStream**);
...
@@ -855,6 +857,8 @@ HRESULT WINAPI SHCreateStreamOnFileW(LPCWSTR,DWORD,IStream**);
HRESULT
WINAPI
SHCreateStreamOnFileEx
(
LPCWSTR
,
DWORD
,
DWORD
,
BOOL
,
IStream
*
,
IStream
**
);
HRESULT
WINAPI
SHCreateStreamOnFileEx
(
LPCWSTR
,
DWORD
,
DWORD
,
BOOL
,
IStream
*
,
IStream
**
);
HRESULT
WINAPI
SHCreateStreamWrapper
(
LPBYTE
,
DWORD
,
DWORD
,
IStream
**
);
#endif
/* NO_SHLWAPI_STREAM */
#endif
/* NO_SHLWAPI_STREAM */
/* SHAutoComplete flags */
/* SHAutoComplete flags */
...
...
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