зеркало из https://github.com/mozilla/gecko-dev.git
Re-Map ExpandEnvironmentStrings and GdiFlush
This commit is contained in:
Родитель
e081de3ec6
Коммит
2b113d2c45
|
@ -352,6 +352,11 @@
|
|||
#endif
|
||||
#define ExtSelectClipRgn mozce_ExtSelectClipRgn
|
||||
|
||||
#ifdef ExpandEnvironmentStrings
|
||||
#undef ExpandEnvironmentStrings
|
||||
#endif
|
||||
#define ExpandEnvironmentStrings mozce_ExpandEnvironmentStrings
|
||||
|
||||
#ifdef FIXED
|
||||
#undef FIXED
|
||||
#endif
|
||||
|
@ -367,6 +372,11 @@
|
|||
#endif
|
||||
#define FrameRect mozce_FrameRect
|
||||
|
||||
#ifdef GdiFlush
|
||||
#undef GdiFlush
|
||||
#endif
|
||||
#define GdiFlush mozce_GdiFlush
|
||||
|
||||
#ifdef GLYPHMETRICS
|
||||
#undef GLYPHMETRICS
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче