localenv.cpp File Reference

(r1785/r899)

#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)


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 111 of file localenv.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 899 $"   ) 
 

static TCHAR ToUnicode char  ch  )  [inline, static]
 

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 }


Generated on Sat Nov 10 03:49:33 2007 for Camelot by  doxygen 1.4.4