From: Vadim Zeitlin Date: Sat, 7 Feb 2004 12:41:39 +0000 (+0000) Subject: fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fbad77ca73e86ce3f3105d43248577b4cc733eeb fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 1435071a50..7d76a53d5a 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -479,7 +479,7 @@ /* stdio.h functions */ - #define wxNEED_WX_STDIO_H + #define wxNEED_WX_STDIO_H /* stdlib.h functions */ #define wxAtof watof @@ -504,10 +504,7 @@ #define wxPuts(ws) wxFputs(ws, stdout) #define wxPutchar(wch) wxPutc(wch, stdout) - // we need %s to %ls conversion for printf and scanf etc */ #define wxNEED_PRINTF_CONVERSION - /* glibc doesn't have wide char equivalents of the other stuff so */ - /* use our own versions */ #define wxNEED_WX_STDIO_H #define wxNEED_WX_STDLIB_H */