Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / base / services / rpcss / rpcss_ros.diff
1 Index: rpcss_main.c
2 ===================================================================
3 --- rpcss_main.c
4 +++ rpcss_main.c
5 @@ -58,11 +58,11 @@
6
7 WINE_DEFAULT_DEBUG_CHANNEL(ole);
8
9 -static HANDLE exit_event;
10 +HANDLE exit_event;
11
12 //extern HANDLE __wine_make_process_system(void);
13
14 -static BOOL RPCSS_Initialize(void)
15 +BOOL RPCSS_Initialize(void)
16 {
17 static unsigned short irot_protseq[] = IROT_PROTSEQ;
18 static unsigned short irot_endpoint[] = IROT_ENDPOINT;
19 @@ -116,7 +116,7 @@
20
21 /* returns false if we discover at the last moment that we
22 aren't ready to terminate */
23 -static BOOL RPCSS_Shutdown(void)
24 +BOOL RPCSS_Shutdown(void)
25 {
26 RpcMgmtStopServerListening(NULL);
27 RpcServerUnregisterIf(epm_v3_0_s_ifspec, NULL, TRUE);
28 @@ -127,6 +127,7 @@
29 return TRUE;
30 }
31
32 +#if 0
33 int main( int argc, char **argv )
34 {
35 /*
36 @@ -142,3 +143,4 @@
37
38 return 0;
39 }
40 +#endif