#include "camtypes.h"
#include "localenv.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
Functions | |
DECLARE_SOURCE ("$Revision: 899 $") | |
static TCHAR | ToUnicode (char ch) |
|
Definition at line 111 of file localenv.cpp. |
|
|
|
Definition at line 118 of file localenv.cpp. 00119 { 00120 #if 0 != wxUSE_UNICODE 00121 TCHAR tch; 00122 mbtowc( &tch, &ch, 1 ); 00123 return tch; 00124 #else 00125 return ch; 00126 #endif 00127 }
|