added #if wxUSE_CMDLINE_PARSER around the header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-10 16:44:15 +00:00
parent 89e7a223c2
commit 2407b388de

View File

@ -17,6 +17,10 @@
#pragma interface "cmdline.h"
#endif
#include "wx/defs.h"
#if wxUSE_CMDLINE_PARSER
#include "wx/string.h"
class WXDLLEXPORT wxDateTime;
@ -197,4 +201,6 @@ private:
struct wxCmdLineParserData *m_data;
};
#endif // wxUSE_CMDLINE_PARSER
#endif // _WX_CMDLINE_H_