]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/platform.h
change longs used for bitmap types to wxBitmapType (#9126)
[wxWidgets.git] / interface / platform.h
index 04f1831d79d45bc9b46a690b59bd6f81d3b91ff4..73ff643e010d9ab73900bb751515a79ca3311559 100644 (file)
 /**
     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 )