]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/version.h
Added variant.h/cpp; changed variable names in object.h; added some
[wxWidgets.git] / include / wx / version.h
index 9e1a8e5728bb51d08dd40e7d5367b9ca83518af7..68f7db190ea2df33942fce7412001ea2281dbbe3 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __VERSIONH__
-#define __VERSIONH__
+#ifndef _WX_VERSIONH__
+#define _WX_VERSIONH__
 
 /* Bump-up with each new version */
 #define wxMAJOR_VERSION    2
@@ -22,4 +22,4 @@
 #define wxVERSION_FLOAT float(wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0))
 
 #endif
-       // __VERSIONH__
+       // _WX_VERSIONH__