mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +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;
|
} GUID;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DECLSPEC_SELECTANY
|
||||||
|
#define DECLSPEC_SELECTANY __declspec(selectany)
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef DEFINE_GUID
|
#undef DEFINE_GUID
|
||||||
|
|
||||||
#ifdef INITGUID
|
#ifdef INITGUID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue