X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Fsubsys%2Fwin%2Fbase.h;h=f08bd8d07f1e14af0a44d3696244de4d89136199;hp=8a551a53b3fe82fdae7f26678e033ffea0663bf2;hb=af7edaaf75d4c41e0c0602a5b02c80ff6964b2f9;hpb=0c6db724067e149a91fcf94f34e8398dfc5ef565 diff --git a/reactos/include/subsys/win/base.h b/reactos/include/subsys/win/base.h index 8a551a53b3f..f08bd8d07f1 100644 --- a/reactos/include/subsys/win/base.h +++ b/reactos/include/subsys/win/base.h @@ -7,8 +7,10 @@ #define WIN_SRV_BASE 1 -NTSTATUS STDCALL BaseSetProcessCreateNotify (); -NTSTATUS STDCALL ServerDllInitialization (); +typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_ROUTINE)(PVOID); + +NTSTATUS STDCALL BaseSetProcessCreateNotify (BASE_PROCESS_CREATE_NOTIFY_ROUTINE); +NTSTATUS STDCALL ServerDllInitialization (ULONG,LPWSTR*); #endif /* ndef __INCLUDE_WIN_BASE_H */