]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrtvararg.h
Patch from Hartwig (use new GetChildren() API)
[wxWidgets.git] / include / wx / wxcrtvararg.h
index 9dbfe7ebe5acf0f0b68bea3bb0340bb6401abce5..8585479dd6a09803f91b0c53565845b44d633ae6 100644 (file)
     #undef HAVE_VSWPRINTF
 #endif
 
+#if defined(__WATCOMC__)
+    #define HAVE_VSWPRINTF 1
+#endif
+
 #if wxUSE_PRINTF_POS_PARAMS
     /*
         The systems where vsnprintf() supports positional parameters should
 #define  wxCRT_VfprintfW     vfwprintf
 #define  wxCRT_VprintfW      vwprintf
 
-#if defined(__WINDOWS__) && !HAVE_VSWPRINTF
+#if defined(__WINDOWS__) && !defined(HAVE_VSWPRINTF)
 // only non-standard vswprintf() without buffer size argument can be used here
 #define  wxCRT_VsprintfW     vswprintf
 #endif