restore HI_RES_AWARE resource that got lost in l10n changes.

This commit is contained in:
ehouse 2009-09-30 02:50:11 +00:00
parent 6c17c27ee1
commit 8a577909b1

View file

@ -72,3 +72,9 @@ BEGIN
IDC_XWORDS4 "XWORDS4"
#endif
END
#ifdef _WIN32_WCE
// from http://msdn.microsoft.com/en-us/library/ms838191.aspx: don't
// let WinMo draw 320x320 as 240x240
HI_RES_AWARE CEUX {1}
#endif