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:
@@ -497,12 +497,15 @@
|
|||||||
#define wxNEED_WX_STDIO_H
|
#define wxNEED_WX_STDIO_H
|
||||||
|
|
||||||
/* stdlib.h functions */
|
/* stdlib.h functions */
|
||||||
|
#ifdef __MACH__
|
||||||
|
#define wxNEED_WX_STDLIB_H
|
||||||
|
#else
|
||||||
#define wxAtof watof
|
#define wxAtof watof
|
||||||
#define wxAtoi watoi
|
#define wxAtoi watoi
|
||||||
#define wxAtol watol
|
#define wxAtol watol
|
||||||
#define wxGetenv(a) ((wxChar*)NULL)
|
#define wxGetenv(a) ((wxChar*)NULL)
|
||||||
#define wxSystem(a) ((int)NULL)
|
#define wxSystem(a) ((int)NULL)
|
||||||
|
#endif
|
||||||
/* time.h functions */
|
/* time.h functions */
|
||||||
#define wxAsctime wasciitime
|
#define wxAsctime wasciitime
|
||||||
#define wxCtime wctime
|
#define wxCtime wctime
|
||||||
|
Reference in New Issue
Block a user