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:
mdkinney 2009-04-09 23:07:20 +00:00
parent 2f3065c0fb
commit 781bd432a3
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ typedef UINT32 size_t ;
#undef InterlockedDecrement #undef InterlockedDecrement
#undef InterlockedCompareExchange64 #undef InterlockedCompareExchange64
#undef InterlockedCompareExchangePointer #undef InterlockedCompareExchangePointer
#undef CreateEventEx
#define VOID void #define VOID void