From bf4ce9bd0e92374ba1007e667c7b44a6b6d9db4a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 13 May 2004 18:23:38 +0000 Subject: [PATCH] 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 --- include/wx/wxchar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4b5c712f6c..a883c76893 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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 -- 2.47.2