Re-Map ExpandEnvironmentStrings and GdiFlush

This commit is contained in:
dougt%meer.net 2005-03-07 21:58:56 +00:00
Родитель e081de3ec6
Коммит 2b113d2c45
1 изменённых файлов: 10 добавлений и 0 удалений

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

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