ACP conversion. (This and hr_ and werr_ssprintf don't really belong in here,

I'll clean it up eventually ...)
This commit is contained in:
Glenn Maynard
2004-09-20 00:03:09 +00:00
parent 9bf052492f
commit 207a02dd08
2 changed files with 28 additions and 4 deletions
+2
View File
@@ -192,6 +192,8 @@ CString vssprintf( const char *fmt, va_list argList );
#ifdef WIN32
CString hr_ssprintf( int hr, const char *fmt, ...);
CString werr_ssprintf( int err, const char *fmt, ...);
CString ConvertWstringToACP( wstring s );
CString ConvertUTF8ToACP( CString s );
#endif
// Splits a Path into 4 parts (Directory, Drive, Filename, Extention). Supports UNC path names.