]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
enabling alpha on msw colour
[wxWidgets.git] / include / wx / version.h
index eecf8512e83536835ab926edfb8e87c673eca43c..62887e2f33c4b6cbec9d3f007b5693665a8ba64d 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef _WX_VERSION_H_
 #define _WX_VERSION_H_
 
+#include "wx/defs.h"    /* for wxSTRINGIZE */
+
 /*  the constants below must be changed with each new version */
 /*  ---------------------------------------------------------------------------- */
 
@@ -44,7 +46,6 @@
 #endif
 
 /*  helpers for wxVERSION_NUM_XXX */
-#define wxSTRINGIZE(x)  #x
 #define wxMAKE_VERSION_STRING(x, y, z) \
     wxSTRINGIZE(x) wxSTRINGIZE(y) wxSTRINGIZE(z)
 #define wxMAKE_VERSION_DOT_STRING(x, y, z) \