mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[PSDK]
Add missing InitializeSListHead declaration to winbase.h. Fixes amd64 build. svn path=/trunk/; revision=67418
This commit is contained in:
parent
0ea11601dc
commit
a6acc40a0c
1 changed files with 6 additions and 0 deletions
|
@ -3651,6 +3651,12 @@ InitOnceExecuteOnce(
|
|||
_Inout_opt_ PVOID Parameter,
|
||||
_Outptr_opt_result_maybenull_ LPVOID *Context);
|
||||
|
||||
WINBASEAPI
|
||||
VOID
|
||||
WINAPI
|
||||
InitializeSListHead(
|
||||
_Out_ PSLIST_HEADER ListHead);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue