mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
Use #ifdef but not #if for compiler macros.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7535 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c948a51548
commit
058bf46eef
@ -28,7 +28,7 @@ Abstract:
|
|||||||
// if the /OPT:REF linker option is used. We defined a macro as this is a
|
// if the /OPT:REF linker option is used. We defined a macro as this is a
|
||||||
// a non standard extension
|
// a non standard extension
|
||||||
//
|
//
|
||||||
#if _MSC_EXTENSIONS
|
#ifdef _MSC_EXTENSIONS
|
||||||
#define GLOBAL_REMOVE_IF_UNREFERENCED __declspec(selectany)
|
#define GLOBAL_REMOVE_IF_UNREFERENCED __declspec(selectany)
|
||||||
#else
|
#else
|
||||||
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user