|
reSIProcate/rutil
9694
|
00001 #ifndef __WCECOMPAT_H 00002 #define __WCECOMPAT_H 00003 00004 #ifdef UNDER_CE 00005 00006 #include <cassert> 00007 namespace resip 00008 { 00009 wchar_t* ToWString(const char *str); 00010 void FreeWString(wchar_t* wstr); 00011 00012 00013 } // namespace resip 00014 00015 #endif UNDER_CE 00016 00017 #endif __WCECOMPAT_H
1.7.5.1