mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
add DECLSPEC_SELECTANY
svn path=/trunk/; revision=38187
This commit is contained in:
parent
fb37c99b05
commit
ecae93aaa2
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ typedef struct _GUID
|
|||
} GUID;
|
||||
#endif
|
||||
|
||||
#ifndef DECLSPEC_SELECTANY
|
||||
#define DECLSPEC_SELECTANY __declspec(selectany)
|
||||
#endif
|
||||
|
||||
#undef DEFINE_GUID
|
||||
|
||||
#ifdef INITGUID
|
||||
|
|
Loading…
Reference in a new issue