This commit is contained in:
Glenn Maynard
2006-09-18 22:45:42 +00:00
parent ed285a8c2f
commit b77024f3bc
22 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#include "global.h"
#include "RageUtil_CharConversions.h"
#include "RageUtil.h"
#include "RageLog.h"
#if defined(_WINDOWS)
#include "windows.h"
#include "archutils/Win32/ErrorStrings.h"
#include <windows.h>
/* Convert from the given codepage to UTF-8. Return true if successful. */
static bool CodePageConvert( RString &sText, int iCodePage )