summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.rc
diff options
context:
space:
mode:
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