mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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
Block a user