From d0352dfa80c92d36e4e23b26a2d32beac35261d6 Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 6 Feb 2006 04:44:09 +0000 Subject: [PATCH] attempt to show different title when in debug mode --- wince/xwords4.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wince/xwords4.rc b/wince/xwords4.rc index 68ade169b..d1d6cc7cd 100755 --- a/wince/xwords4.rc +++ b/wince/xwords4.rc @@ -648,8 +648,13 @@ END STRINGTABLE DISCARDABLE BEGIN +#ifdef DEBUG + IDS_APP_TITLE "Crossw_dbg" + IDC_XWORDS4 "XWORDS4_DBG" +#else IDS_APP_TITLE "Crosswords" IDC_XWORDS4 "XWORDS4" +#endif IDS_FILE "File" IDS_GAME "Game" IDS_MOVE "Move" @@ -658,6 +663,11 @@ END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// +/* This is supposed to keep the OS from running us in "emulation mode", but it + isn't working. Changing the versions as reported by objdump does work */ +/* #ifdef _WIN32_WCE */ +/* HI_RES_AWARE CEUX {1} */ +/* #endif */ #ifndef APSTUDIO_INVOKED