Bug 741295 - Part 0: Undo the windows.h damage in AccessibleWrap.h

This commit is contained in:
Ehsan Akhgari 2014-03-06 12:22:55 -05:00
parent 344c310ec6
commit c40d87bde8

View File

@ -212,4 +212,12 @@ protected:
} // namespace a11y
} // namespace mozilla
#ifdef XP_WIN
// Undo the windows.h damage
#undef GetMessage
#undef CreateEvent
#undef GetClassName
#undef GetBinaryType
#endif
#endif