Up version of APIs being used. Using non-hex may have been a mistake

anyway.  Remove locally defined function that's available with higher
version.
This commit is contained in:
ehouse 2008-06-07 15:59:56 +00:00
parent 49a897c0de
commit 6153fc9854
2 changed files with 1 additions and 10 deletions

View file

@ -58,7 +58,7 @@ endif
TARGET_OS_DEF = -DTARGET_OS_WINCE
STANDALONE = -DXWFEATURE_STANDALONE_ONLY
COLOR_SEL = -DMY_COLOR_SEL
CFLAGS += -D_WIN32_WCE=400 -D_WIN32_IE=0x0400 -DUNDER_CE \
CFLAGS += -D_WIN32_WCE=0x0400 -D_WIN32_IE=0x0400 -DUNDER_CE \
$(STANDALONE) $(USE_RAW_MINGW) -DDRAW_LINK_DIRECT \
-DXWFEATURE_TURNCHANGENOTIFY \
-fdollars-in-identifiers -D__W32API_USE_DLLIMPORT__

View file

@ -114,15 +114,6 @@ makeAndDrawBitmap( CEDrawCtx* XP_UNUSED(dctx), HDC hdc, const RECT* bnds, XP_Boo
#endif
} /* makeAndDrawBitmap */
#if defined _WIN32_WCE && ! defined USE_RAW_MINGW
/* This is part of the win32 libs but not of ce apparently */
static BOOL
GetTextExtentPoint32W( HDC hdc, LPCWSTR str, int i, LPSIZE siz )
{
return GetTextExtentExPointW(hdc, str, i, 0, NULL, NULL, siz );
}
#endif
static void
ceClipToRect( /* CEDrawCtx* dctx, */HDC hdc, const RECT* rt )
{