summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.rc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-02 12:17:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-02 12:17:54 +0000
commit714d6ffa2ba990e61e6751e3080d4002fd91936f (patch)
treef4516606e5d989d11cacfd40c1b57b0c22ece3f8 /uisimulator/win32/uisw32.rc
parent75eeb11c1e7731dafb78319e98f7f9cfe5d2b0c8 (diff)
downloadrockbox-714d6ffa2ba990e61e6751e3080d4002fd91936f.tar.gz
rockbox-714d6ffa2ba990e61e6751e3080d4002fd91936f.zip
Mingw compile adjustments. Mostly from Bill Napier.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1521 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/uisw32.rc')
-rw-r--r--uisimulator/win32/uisw32.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.rc b/uisimulator/win32/uisw32.rc
index 42f5e6f0a7..6787c26b7e 100644
--- a/uisimulator/win32/uisw32.rc
+++ b/uisimulator/win32/uisw32.rc
@@ -7,7 +7,9 @@
7// 7//
8// Generated from the TEXTINCLUDE 2 resource. 8// Generated from the TEXTINCLUDE 2 resource.
9// 9//
10#ifndef __MINGW32__
10#include "afxres.h" 11#include "afxres.h"
12#endif
11 13
12///////////////////////////////////////////////////////////////////////////// 14/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS 15#undef APSTUDIO_READONLY_SYMBOLS
@@ -17,7 +19,9 @@
17 19
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 20#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32 21#ifdef _WIN32
22#ifndef __MINGW32__
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24#endif
21#pragma code_page(1252) 25#pragma code_page(1252)
22#endif //_WIN32 26#endif //_WIN32
23 27