Better stick to the PSDK types and to the dsrole.h prototype.
Update win32.api.
This commit is contained in:
parent
972b6ccc2e
commit
250c80b1ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue