mirror of https://github.com/acidanthera/audk.git
Resolve a CreateEventEx name collision between VS 2008 windows.h and UefiSpec.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8053 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2f3065c0fb
commit
781bd432a3
|
@ -56,6 +56,7 @@ typedef UINT32 size_t ;
|
|||
#undef InterlockedDecrement
|
||||
#undef InterlockedCompareExchange64
|
||||
#undef InterlockedCompareExchangePointer
|
||||
#undef CreateEventEx
|
||||
|
||||
#define VOID void
|
||||
|
||||
|
|
Loading…
Reference in New Issue