rpcproxy: unneeded extensions

Dimitrie O. Paun dpaun at rogers.com
Sun Mar 23 10:18:39 CST 2003


ChangeLog
  Comment out unneeded extensions.

Index: include/rpcproxy.h
===================================================================
RCS file: /var/cvs/wine/include/rpcproxy.h,v
retrieving revision 1.8
diff -u -r1.8 rpcproxy.h
--- include/rpcproxy.h	19 Feb 2003 03:38:07 -0000	1.8
+++ include/rpcproxy.h	23 Mar 2003 16:16:40 -0000
@@ -209,7 +209,8 @@
   for (c=0; c<sz; c++) if (!name##_CHECK_IID(c)) { (index)=c; return 1; } \
   return 0;
 
-#if defined(__WINESRC__) && defined(__WINE_WINE_OBJ_OLEAUT_H)
+#if 0
+
 /* see http://msdn.microsoft.com/library/en-us/dnmsj99/html/com0199.asp?frame=true */
 
 RPCRTAPI HRESULT RPC_ENTRY


-- 
Dimi.




More information about the wine-patches mailing list