Fixing 280230. WinCE build stuff. r+sr=jst

This commit is contained in:
dougt%meer.net 2005-01-28 23:03:42 +00:00
parent c3c6872cf6
commit edf81a19d0
2 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,7 @@
// XXX this is to get around conflicts with windows.h defines
// introduced through jni.h
#ifdef XP_WIN
#if defined (XP_WIN) && ! defined (WINCE)
#undef GetClassName
#undef GetObject
#endif

View File

@ -54,6 +54,9 @@
// OUTPUT_CLASS=nsHTMLAtoms
// MACRO_NAME=HTML_ATOM
#ifdef WINCE
#undef small
#endif
HTML_ATOM(_baseHref, NS_HTML_BASE_HREF)
HTML_ATOM(_baseTarget, NS_HTML_BASE_TARGET)