]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / include / wx / wxchar.h
index 461bd9219fceaf3df301f4c3d65cc7a755227a01..acd8675909d5f31b9208b6d755bfc87870b8f291 100644 (file)
@@ -830,7 +830,7 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */
     #else /* ASCII */
         /* all versions of CodeWarrior supported by wxWidgets apparently have */
         /* both snprintf() and vsnprintf() */
-        #ifdef HAVE_SNPRINTF || defined(__MWERKS__) || defined(__WATCOMC__)
+        #if defined(HAVE_SNPRINTF) || defined(__MWERKS__) || defined(__WATCOMC__)
             #define wxSnprintf_     snprintf
         #endif
         #if defined(HAVE_VSNPRINTF) || defined(__MWERKS__) || defined(__WATCOMC__)