mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
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:
parent
49a897c0de
commit
6153fc9854
2 changed files with 1 additions and 10 deletions
|
@ -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__
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue