Commit 2aaeeb10 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

include: Fix definition of EXTERN_GUID.

parent 84a2459d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment