Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
0110f9ea
Commit
0110f9ea
authored
17 years ago
by
Andrew Talbot
Committed by
Alexandre Julliard
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
slwapi: Make function definitions and declarations agree.
parent
b0418622
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/shlwapi/reg.c
+1
-1
1 addition, 1 deletion
dlls/shlwapi/reg.c
dlls/shlwapi/thread.c
+1
-1
1 addition, 1 deletion
dlls/shlwapi/thread.c
with
2 additions
and
2 deletions
dlls/shlwapi/reg.c
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
dlls/shlwapi/thread.c
+
1
−
1
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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment