Commit 250c80b1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Better stick to the PSDK types and to the dsrole.h prototype.

Update win32.api.
parent 972b6ccc
......@@ -37,10 +37,11 @@ WINE_DEFAULT_DEBUG_CHANNEL(ds);
* RETURNS
* Nothing
*/
void WINAPI DsRoleFreeMemory(PVOID Buffer)
VOID WINAPI DsRoleFreeMemory(PVOID Buffer)
{
FIXME("(%p) stub\n", Buffer);
}
/************************************************************
* DsRoleGetPrimaryDomainInformation (NETAPI32.@)
*
......
......@@ -2553,16 +2553,16 @@ PNETSETUP_JOIN_STATUS
PVOID
PVOID *
%void
void
%wstr
LMSTR
LPCWSTR
LPWSTR
%void
VOID
%%newdev.dll
%long
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment