]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 12:41:39 +0000 (12:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 12:41:39 +0000 (12:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 1435071a50aa15784d9d26ba058ba95212e7c4f4..7d76a53d5a839ae6dd3f2ecd1e25c09867bfb3eb 100644 (file)
             
             /*  stdio.h functions */
             
-             #define wxNEED_WX_STDIO_H
+            #define wxNEED_WX_STDIO_H
 
             /*  stdlib.h functions */
             #define  wxAtof      watof
             #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
             */