X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8af7f7c125b3e23d11520acf8e59864303c5047a..6ef2b230567a8b1a48a2fcda5fa435090cd6428f:/interface/platform.h diff --git a/interface/platform.h b/interface/platform.h index 04f1831d79..73ff643e01 100644 --- a/interface/platform.h +++ b/interface/platform.h @@ -12,18 +12,24 @@ /** Returns @true if the compiler being used is GNU C++ and its version is at least major.minor or greater. Returns @false otherwise. + + @header{wx/platform.h} */ #define wxCHECK_GCC_VERSION( major, minor ) /** Returns @true if the compiler being used is Sun CC Pro and its version is at least major.minor or greater. Returns @false otherwise. + + @header{wx/platform.h} */ #define wxCHECK_SUNCC_VERSION( major, minor ) /** Returns @true if the compiler being used is Visual C++ and its version is at least major or greater. Returns @false otherwise. + + @header{wx/platform.h} */ #define wxCHECK_VISUALC_VERSION( major ) @@ -31,6 +37,8 @@ Returns @true if the version of w32api headers used is major.minor or greater. Otherwise, and also if we are not compiling with MinGW32/Cygwin under Win32 at all, returns @false. + + @header{wx/platform.h} */ #define wxCHECK_W32API_VERSION( major, minor )