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
ba0d490b
Commit
ba0d490b
authored
Feb 07, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clusapi: Better match the PSDK types and fix the winapi_check warnings.
This also makes the headers and implementation more consistent.
parent
78c874f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
clusapi.h
include/clusapi.h
+1
-1
win32.api
tools/winapi/win32.api
+14
-0
No files found.
include/clusapi.h
View file @
ba0d490b
...
...
@@ -19,6 +19,6 @@
#ifndef __WINE_CLUSAPI_H
#define __WINE_CLUSAPI_H
DWORD
WINAPI
GetNodeClusterState
(
LPCWSTR
lpszNodeName
,
DWORD
*
pdwClusterState
);
DWORD
WINAPI
GetNodeClusterState
(
LPCWSTR
lpszNodeName
,
LPDWORD
pdwClusterState
);
#endif
/* __WINE_CLUSAPI_H */
tools/winapi/win32.api
View file @
ba0d490b
...
...
@@ -443,6 +443,20 @@ ULONG *
PCHAR
PCSTR
%%clusapi.dll
%long
DWORD
%ptr
LPDWORD
%wstr
LPCWSTR
%%comcat.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