Dan Hipschman : rpcrt4/tests: Make server.idl compatible with MIDL.

Alexandre Julliard julliard at winehq.org
Tue Oct 9 13:37:27 CDT 2007


Module: wine
Branch: master
Commit: e0b209815ddd31c95de8f4b5e6fd06cd0f28e858
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e0b209815ddd31c95de8f4b5e6fd06cd0f28e858

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Fri Oct  5 13:50:54 2007 -0700

rpcrt4/tests: Make server.idl compatible with MIDL.

---

 dlls/rpcrt4/tests/server.idl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/tests/server.idl b/dlls/rpcrt4/tests/server.idl
index d8a1ca3..69ae1d6 100644
--- a/dlls/rpcrt4/tests/server.idl
+++ b/dlls/rpcrt4/tests/server.idl
@@ -29,7 +29,9 @@ typedef struct tag_vector
 
 [
   uuid(00000000-4114-0704-2301-000000000000),
+#ifndef __midl
   implicit_handle(handle_t IServer_IfHandle)
+#endif
 ]
 interface IServer
 {




More information about the wine-cvs mailing list