[ros-diffs] [ea] 17320: Minor changes to some API signatures.

ea at svn.reactos.com ea at svn.reactos.com
Thu Aug 11 23:46:47 CEST 2005


Minor changes to some API signatures.
Modified: trunk/reactos/include/subsys/csr/server.h
Modified: trunk/reactos/include/subsys/win/base.h
Modified: trunk/reactos/include/subsys/win/windows.h
  _____  

Modified: trunk/reactos/include/subsys/csr/server.h
--- trunk/reactos/include/subsys/csr/server.h	2005-08-11 21:29:37 UTC
(rev 17319)
+++ trunk/reactos/include/subsys/csr/server.h	2005-08-11 21:46:37 UTC
(rev 17320)
@@ -37,7 +37,7 @@

 
 } CSR_WAIT, * PCSR_WAIT;
 
-typedef VOID (STDCALL * CSR_SERVER_THREAD)(PVOID);
+typedef VOID (CALLBACK * CSR_SERVER_THREAD)(PVOID);
 
 /* symbols exported by native DLL csrsrv.dll */
 
  _____  

Modified: trunk/reactos/include/subsys/win/base.h
--- trunk/reactos/include/subsys/win/base.h	2005-08-11 21:29:37 UTC
(rev 17319)
+++ trunk/reactos/include/subsys/win/base.h	2005-08-11 21:46:37 UTC
(rev 17320)
@@ -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 */
 
  _____  

Modified: trunk/reactos/include/subsys/win/windows.h
--- trunk/reactos/include/subsys/win/windows.h	2005-08-11 21:29:37 UTC
(rev 17319)
+++ trunk/reactos/include/subsys/win/windows.h	2005-08-11 21:46:37 UTC
(rev 17320)
@@ -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 */
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050811/309a1ae8/attachment.html


More information about the Ros-diffs mailing list