include/rpcndr.h: Fix a typo in _MSC_VER.

Dmitry Timoshkov dmitry at baikal.ru
Mon Mar 24 02:08:16 CDT 2014


---
 include/rpcndr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rpcndr.h b/include/rpcndr.h
index 99200ac..f795566 100644
--- a/include/rpcndr.h
+++ b/include/rpcndr.h
@@ -429,7 +429,7 @@ typedef struct _MIDL_STUBLESS_PROXY_INFO
 } MIDL_STUBLESS_PROXY_INFO, *PMIDL_STUBLESS_PROXY_INFO;
 
 
-#if defined(__i386__) && !defined(__MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
+#if defined(__i386__) && !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
 /* Calling convention for returning structures/unions is different between Windows and gcc on i386 */
 typedef LONG_PTR CLIENT_CALL_RETURN;
 #else
-- 
1.9.1




More information about the wine-patches mailing list