[Box Backup-dev] COMMIT r385 - box/chris/win32/vc2005-compile-fixes/lib/win32

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 5 Feb 2006 00:03:14 +0000 (GMT)


Author: chris
Date: 2006-02-05 00:03:10 +0000 (Sun, 05 Feb 2006)
New Revision: 385

Modified:
   box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h
Log:
* emu.h
- Removed ConvertUtf8ToMultiByte() prototype, since it's no longer used
  outside of emu.cpp
- Added ConvertConsoleToUtf8() prototype


Modified: box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h
===================================================================
--- box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h	2006-02-05 00:02:03 UTC (rev 384)
+++ box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h	2006-02-05 00:03:10 UTC (rev 385)
@@ -429,10 +429,9 @@
 int poll (struct pollfd *ufds, unsigned long nfds, int timeout);
 bool EnableBackupRights( void );
 
-// caller must free the returned buffer from ConvertUtf8ToMultiByte()
-// with delete[]
-WCHAR* ConvertUtf8ToMultiByte(const char* pName);
-char*  ConvertUtf8ToConsole  (const char* pString);
+// caller must free the returned buffer with delete[]
+char* ConvertUtf8ToConsole(const char* pString);
+char* ConvertConsoleToUtf8(const char* pString);
 
 //
 // MessageId: MSG_ERR_EXIST