Changeset 8527
- Timestamp:
- May 22, 2011, 10:15:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GUIManager.cc
r8467 r8527 65 65 #endif 66 66 67 #if def ORXONOX_PLATFORM_WINDOWS67 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_COMPILER_MINGW) 68 68 # include <windows.h> 69 69 #endif … … 121 121 d_ostream.close(); 122 122 123 #if def ORXONOX_PLATFORM_WINDOWS123 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_COMPILER_MINGW) 124 124 // filename.c_str() is UTF-8 encoded, but Windows expects characters 125 125 // according to the current codepage or UTF-16 (wchar) … … 156 156 } 157 157 158 #if def ORXONOX_PLATFORM_WINDOWS158 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_COMPILER_MINGW) 159 159 /// Converts a UTF-8 character sequence to Windows UTF-16 160 160 static std::wstring utf8ToUtf16(const std::string& utf8text)
Note: See TracChangeset
for help on using the changeset viewer.