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
71d64d09
Commit
71d64d09
authored
Feb 07, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advpack: Make the header more consistent with the implementation and fix the winapi_check warnings.
parent
4485b450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
advpub.h
include/advpub.h
+2
-2
win32.api
tools/winapi/win32.api
+3
-4
No files found.
include/advpub.h
View file @
71d64d09
...
...
@@ -249,8 +249,8 @@ HRESULT WINAPI RunSetupCommandW(HWND hWnd,
LPCWSTR
szCmdName
,
LPCWSTR
szInfSection
,
LPCWSTR
szDir
,
LPCWSTR
lpszTitle
,
HANDLE
*
phEXE
,
DWORD
dwFlags
,
LPVOID
pvReserved
);
#define RunSetupCommand WINELIB_NAME_AW(RunSetupCommand)
HRESULT
WINAPI
SetPerUserSecValuesA
(
P
PERUSERSECTIONA
pPerUser
);
HRESULT
WINAPI
SetPerUserSecValuesW
(
P
PERUSERSECTIONW
pPerUser
);
HRESULT
WINAPI
SetPerUserSecValuesA
(
P
ERUSERSECTIONA
*
pPerUser
);
HRESULT
WINAPI
SetPerUserSecValuesW
(
P
ERUSERSECTIONW
*
pPerUser
);
#define SetPerUserSecValues WINELIB_NAME_AW(SetPerUserSecValues)
HRESULT
WINAPI
TranslateInfStringA
(
LPCSTR
pszInfFilename
,
LPCSTR
pszInstallSection
,
LPCSTR
pszTranslateSection
,
LPCSTR
pszTranslateKey
,
LPSTR
pszBuffer
,
...
...
tools/winapi/win32.api
View file @
71d64d09
...
...
@@ -193,15 +193,18 @@ INT
%ptr
CABINFOA *
CABINFOW *
HANDLE *
HINF *
LPDWORD
LPVOID
PDWORD
PERUSERSECTIONA *
PERUSERSECTIONW *
PVOID
SETUPCOMMAND_PARAMS *
STRTABLEA *
STRTABLEW *
%str
...
...
@@ -213,10 +216,6 @@ LPSTR
LPCWSTR
LPWSTR
%void
void
%%amstream.dll
%long
...
...
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