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:
parent
366e420233
commit
bf4ce9bd0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user