add DECLSPEC_SELECTANY

svn path=/trunk/; revision=38187
This commit is contained in:
Timo Kreuzer 2008-12-19 18:39:32 +00:00
parent fb37c99b05
commit ecae93aaa2

View file

@ -31,6 +31,10 @@ typedef struct _GUID
} GUID;
#endif
#ifndef DECLSPEC_SELECTANY
#define DECLSPEC_SELECTANY __declspec(selectany)
#endif
#undef DEFINE_GUID
#ifdef INITGUID