From 4cfbb141a446d535329335e317e916fe86c61736 Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Mon, 7 Mar 2005 21:58:56 +0000 Subject: [PATCH] Re-Map ExpandEnvironmentStrings and GdiFlush --- build/wince/shunt/include/mozce_shunt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/wince/shunt/include/mozce_shunt.h b/build/wince/shunt/include/mozce_shunt.h index e72238fd507..cb006467c94 100755 --- a/build/wince/shunt/include/mozce_shunt.h +++ b/build/wince/shunt/include/mozce_shunt.h @@ -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