mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 02:44:24 +08:00
add DECLSPEC_SELECTANY
svn path=/trunk/; revision=38187
This commit is contained in:
@@ -31,6 +31,10 @@ typedef struct _GUID
|
||||
} GUID;
|
||||
#endif
|
||||
|
||||
#ifndef DECLSPEC_SELECTANY
|
||||
#define DECLSPEC_SELECTANY __declspec(selectany)
|
||||
#endif
|
||||
|
||||
#undef DEFINE_GUID
|
||||
|
||||
#ifdef INITGUID
|
||||
|
||||
Reference in New Issue
Block a user