unicode support for mach-O targets in Metrowerks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-05-13 18:23:38 +00:00
parent 366e420233
commit bf4ce9bd0e

View File

@ -497,12 +497,15 @@
#define wxNEED_WX_STDIO_H
/* stdlib.h functions */
#ifdef __MACH__
#define wxNEED_WX_STDLIB_H
#else
#define wxAtof watof
#define wxAtoi watoi
#define wxAtol watol
#define wxGetenv(a) ((wxChar*)NULL)
#define wxSystem(a) ((int)NULL)
#endif
/* time.h functions */
#define wxAsctime wasciitime
#define wxCtime wctime