]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Committing in .
[wxWidgets.git] / include / wx / app.h
index ef73b134cf7384ccc557e70d7b3aa39a850cf97e..b3715a2c8a0f76e5474da8400a685729d44b6496 100644 (file)
@@ -356,7 +356,7 @@ public:
 // be in your main program (e.g. hello.cpp). Now IMPLEMENT_APP should add this
 // code if required.
 
-#if defined(__AIX__) || defined(__HPUX__)
+#if defined(__AIX__) || defined(__HPUX__) || defined( __VMS__ )
     #define IMPLEMENT_WXWIN_MAIN \
         extern int wxEntry( int argc, char *argv[] ); \
         int main(int argc, char *argv[]) { return wxEntry(argc, argv); }