Bug 741295 - Part 0.1: Undo the windows.h damage in nsObjectFrame.h

This commit is contained in:
Ehsan Akhgari 2014-05-22 18:09:03 -04:00
parent e2b9a4cc0d
commit a139e21150

View File

@ -17,6 +17,11 @@
#ifdef XP_WIN
#include <windows.h> // For HWND :(
// Undo the windows.h damage
#undef GetMessage
#undef CreateEvent
#undef GetClassName
#undef GetBinaryType
#endif
class nsPresContext;