fix drawing on 320x320 devices by forcing Wince to treat them as 320x320.

This commit is contained in:
ehouse 2008-07-30 04:08:45 +00:00
parent db3fb12891
commit da03309bb6

View file

@ -881,6 +881,12 @@ BEGIN
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
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////