]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Added forward declaration for wxWindow
[wxWidgets.git] / include / wx / platform.h
index 2c1a40d9435ab5918252c679d5682b851e7c01cd..8bdae42935c3d76b9fb9602138435bee6a988f32 100644 (file)
     are included
 */
 #ifdef __MWERKS__
-#    include <stddef.h>
+#   include <stddef.h>
+#endif
+
+/*
+    This header must be included before anything else under VMS
+ */
+#ifdef __VMS
+#   include <vms_jackets.h>
+#   undef ConnectionNumber
 #endif
 
 /*