RPCRT4: make the on-wire protocol Windows compatible

Steven Edwards steven_ed4153 at yahoo.com
Mon Apr 26 15:26:57 CDT 2004


Hiya Filip,
You should leave this part out. I dont think Alexandre will remove it
for you.

+#ifndef __REACTOS__
       __TRY {
-        if (func) func(&msg);
+        if (func) func(msg);
       } __EXCEPT(rpc_filter) {
         /* failure packet was created in rpc_filter */
       } __ENDTRY
+#else
+      if (func) func(msg);
+#endif

Thanks
Steven



	
		
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash



More information about the wine-devel mailing list