]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one...
[wxWidgets.git] / include / wx / cmdline.h
index ccfe008b4e91992b6d7aacf7d234298494b5fc19..66beea5a44e99860db9bef5cdec33b7f76fc74db 100644 (file)
 #ifndef _WX_CMDLINE_H_
 #define _WX_CMDLINE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "cmdline.h"
 #endif
 
 #include "wx/defs.h"
 
-#if wxUSE_CMDLINE_PARSER
-
 #include "wx/string.h"
 #include "wx/arrstr.h"
 
+#if wxUSE_CMDLINE_PARSER
+
 class WXDLLIMPEXP_BASE wxDateTime;
 
 // ----------------------------------------------------------------------------