]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Changed BidEndianOrdered to BigEndianOrdered in datstrm.h
[wxWidgets.git] / include / wx / utils.h
index 8ab3168cc9d493f0e1143c01dea2459407723a02..1349c6dda2ad587ba43f58a3e0f0cabbdf625767 100644 (file)
@@ -41,7 +41,7 @@ class WXDLLEXPORT wxProcess;
 class WXDLLEXPORT wxFrame;
 
 // FIXME should use wxStricmp() instead
-#ifdef __GNUWIN32__
+#if defined(__GNUWIN32__)
     #define stricmp strcasecmp
     #define strnicmp strncasecmp
 #endif