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
0110f9ea
Commit
0110f9ea
authored
Apr 14, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slwapi: Make function definitions and declarations agree.
parent
b0418622
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
reg.c
dlls/shlwapi/reg.c
+1
-1
thread.c
dlls/shlwapi/thread.c
+1
-1
No files found.
dlls/shlwapi/reg.c
View file @
0110f9ea
...
...
@@ -54,7 +54,7 @@ typedef struct {
WCHAR
lpszPath
[
MAX_PATH
];
}
SHUSKEY
,
*
LPSHUSKEY
;
DWORD
WINAPI
SHStringFromGUIDW
(
REFGUID
,
LPWSTR
,
INT
);
INT
WINAPI
SHStringFromGUIDW
(
REFGUID
,
LPWSTR
,
INT
);
HRESULT
WINAPI
SHRegGetCLSIDKeyW
(
REFGUID
,
LPCWSTR
,
BOOL
,
BOOL
,
PHKEY
);
...
...
dlls/shlwapi/thread.c
View file @
0110f9ea
...
...
@@ -40,7 +40,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell);
extern
DWORD
SHLWAPI_ThreadRef_index
;
/* Initialised in shlwapi_main.c */
DWORD
WINAPI
SHStringFromGUIDA
(
REFGUID
,
LPSTR
,
INT
);
INT
WINAPI
SHStringFromGUIDA
(
REFGUID
,
LPSTR
,
INT
);
/**************************************************************************
* _CreateAllAccessSecurityAttributes [SHLWAPI.356]
...
...
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