From ecae93aaa2a6f54dc31d1e5e9c0aa455bf3cd33e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 19 Dec 2008 18:39:32 +0000 Subject: [PATCH] add DECLSPEC_SELECTANY svn path=/trunk/; revision=38187 --- reactos/include/psdk/guiddef.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/psdk/guiddef.h b/reactos/include/psdk/guiddef.h index 5ca3566dfb4..e5e4094f03b 100644 --- a/reactos/include/psdk/guiddef.h +++ b/reactos/include/psdk/guiddef.h @@ -31,6 +31,10 @@ typedef struct _GUID } GUID; #endif +#ifndef DECLSPEC_SELECTANY +#define DECLSPEC_SELECTANY __declspec(selectany) +#endif + #undef DEFINE_GUID #ifdef INITGUID