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:
bzbarsky%mit.edu
2004-05-22 17:36:12 +00:00
parent 59a339db48
commit ac21d3cb1d

View File

@@ -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"