X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Fsubsys%2Fwin%2Fwindows.h;h=4cda9392de8caf27c075465129993bccb388223d;hp=94525487b218bdf0abc2b56a121712cb4901545e;hb=af7edaaf75d4c41e0c0602a5b02c80ff6964b2f9;hpb=0c6db724067e149a91fcf94f34e8398dfc5ef565 diff --git a/reactos/include/subsys/win/windows.h b/reactos/include/subsys/win/windows.h index 94525487b21..4cda9392de8 100644 --- a/reactos/include/subsys/win/windows.h +++ b/reactos/include/subsys/win/windows.h @@ -5,11 +5,11 @@ /* w32 console server */ #define WIN_SRV_WIN_CONSOLE 2 -NTSTATUS STDCALL ConServerDllInitialization (); +NTSTATUS STDCALL ConServerDllInitialization (ULONG,LPWSTR*); /* w32 user server */ #define WIN_SRV_WIN_USER 3 -NTSTATUS STDCALL UserServerDllInitialization (); +NTSTATUS STDCALL UserServerDllInitialization (ULONG,LPWSTR*); #endif /* ndef __INCLUDE_WIN_WINDOWS_H */