=?UTF-8?Q?Michael=20M=C3=BCller=20?=: include: Fix definition of EXTERN_GUID.

Alexandre Julliard julliard at winehq.org
Fri Jun 2 17:03:27 CDT 2017


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

Author: Michael Müller <michael at fds-team.de>
Date:   Thu Jun  1 17:46:11 2017 +0300

include: Fix definition of EXTERN_GUID.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/rpcndr.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/rpcndr.h b/include/rpcndr.h
index f795566..9029950 100644
--- a/include/rpcndr.h
+++ b/include/rpcndr.h
@@ -45,9 +45,7 @@ extern "C" {
 	{ l, w1, w2, { b1, b2,  b3,  b4,  b5,  b6,  b7,  b8 } }
 #else
 #define EXTERN_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
-        const GUID DECLSPEC_SELECTANY name DECLSPEC_HIDDEN; \
-        const GUID DECLSPEC_SELECTANY name = \
-	{ l, w1, w2, { b1, b2,  b3,  b4,  b5,  b6,  b7,  b8 } }
+        EXTERN_C const GUID name
 #endif
 #endif
 




More information about the wine-cvs mailing list