Undef some windows-only macros to fix bustage
git-svn-id: svn://10.0.0.236/trunk@156773 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,6 +41,13 @@
|
||||
#include "windows.h"
|
||||
#include "windowsx.h"
|
||||
|
||||
// XXXbz windowsx.h defines GetFirstChild, GetNextSibling,
|
||||
// GetPrevSibling are macros, apparently... Eeevil. We have functions
|
||||
// called that on some classes, so undef them.
|
||||
#undef GetFirstChild
|
||||
#undef GetNextSibling
|
||||
#undef GetPrevSibling
|
||||
|
||||
#include "nsDebug.h"
|
||||
|
||||
#include "plevent.h"
|
||||
|
||||
Reference in New Issue
Block a user