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
590c4020
Commit
590c4020
authored
Feb 09, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Add prototypes to winbase.h for the SList functions.
parent
7a37f21a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
winbase.h
include/winbase.h
+5
-0
No files found.
include/winbase.h
View file @
590c4020
...
...
@@ -1752,6 +1752,10 @@ void WINAPI InitializeCriticalSection(CRITICAL_SECTION *lpCrit);
BOOL
WINAPI
InitializeCriticalSectionAndSpinCount
(
CRITICAL_SECTION
*
,
DWORD
);
BOOL
WINAPI
InitializeSecurityDescriptor
(
PSECURITY_DESCRIPTOR
,
DWORD
);
BOOL
WINAPI
InitializeSid
(
PSID
,
PSID_IDENTIFIER_AUTHORITY
,
BYTE
);
VOID
WINAPI
InitializeSListHead
(
PSLIST_HEADER
);
PSLIST_ENTRY
WINAPI
InterlockedFlushSList
(
PSLIST_HEADER
);
PSLIST_ENTRY
WINAPI
InterlockedPopEntrySList
(
PSLIST_HEADER
);
PSLIST_ENTRY
WINAPI
InterlockedPushEntrySList
(
PSLIST_HEADER
,
PSLIST_ENTRY
);
BOOL
WINAPI
IsBadCodePtr
(
FARPROC
);
BOOL
WINAPI
IsBadHugeReadPtr
(
LPCVOID
,
UINT
);
BOOL
WINAPI
IsBadHugeWritePtr
(
LPVOID
,
UINT
);
...
...
@@ -1890,6 +1894,7 @@ BOOL WINAPI PrivilegedServiceAuditAlarmW(LPCWSTR,LPCWSTR,HANDLE,PPRIVILEG
BOOL
WINAPI
PulseEvent
(
HANDLE
);
BOOL
WINAPI
PurgeComm
(
HANDLE
,
DWORD
);
BOOL
WINAPI
QueryActCtxW
(
DWORD
,
HANDLE
,
PVOID
,
ULONG
,
PVOID
,
SIZE_T
,
SIZE_T
*
);
USHORT
WINAPI
QueryDepthSList
(
PSLIST_HEADER
);
DWORD
WINAPI
QueryDosDeviceA
(
LPCSTR
,
LPSTR
,
DWORD
);
DWORD
WINAPI
QueryDosDeviceW
(
LPCWSTR
,
LPWSTR
,
DWORD
);
#define QueryDosDevice WINELIB_NAME_AW(QueryDosDevice)
...
...
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