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
Родитель 62e98079a8
Коммит 34ce2db4d4
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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