mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 741295 - Part 0.1: Undo the windows.h damage in nsObjectFrame.h
This commit is contained in:
parent
e2b9a4cc0d
commit
a139e21150
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user