X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..13dfc24333f1ce5edf6c6e22d808d14a22111390:/include/wx/version.h?ds=sidebyside diff --git a/include/wx/version.h b/include/wx/version.h index 9e1a8e5728..68f7db190e 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -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__