2002-09-19 17:47:18 +04:00
|
|
|
#ifdef WIN32
|
|
|
|
|
2002-09-19 19:00:48 +04:00
|
|
|
#ifndef __WIN32
|
|
|
|
# define __WIN32
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _WINDOWS
|
|
|
|
# define _WINDOWS
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __WINDOWS__
|
|
|
|
# define __WINDOWS__
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __WXMSW__
|
|
|
|
# define __WXMSW__
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __WIN32__
|
|
|
|
# define __WIN32__
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef WINVER
|
|
|
|
# define WINVER 0x0400
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef STRICT
|
|
|
|
# define STRICT
|
|
|
|
#endif
|
2002-09-19 17:47:18 +04:00
|
|
|
|
|
|
|
|
|
|
|
#include "wx/defs.h"
|
2002-09-20 17:53:13 +04:00
|
|
|
|
2002-09-19 17:47:18 +04:00
|
|
|
#include "wx/app.h"
|
|
|
|
#include "wx/button.h"
|
|
|
|
#include "wx/checkbox.h"
|
|
|
|
#include "wx/combobox.h"
|
|
|
|
#include "wx/config.h"
|
|
|
|
#include "wx/control.h"
|
|
|
|
#include "wx/dirdlg.h"
|
|
|
|
#include "wx/filedlg.h"
|
|
|
|
#include "wx/menu.h"
|
|
|
|
#include "wx/msgdlg.h"
|
|
|
|
#include "wx/scrolwin.h"
|
|
|
|
#include "wx/sizer.h"
|
|
|
|
#include "wx/statbox.h"
|
|
|
|
#include "wx/stattext.h"
|
|
|
|
#include "wx/textctrl.h"
|
2002-09-20 17:53:13 +04:00
|
|
|
#include "wx/timer.h"
|
2002-09-19 17:47:18 +04:00
|
|
|
|
|
|
|
#pragma hdrstop("wxincludes.pch")
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
|
2002-09-20 17:53:13 +04:00
|
|
|
#include "wx/defs.h"
|
|
|
|
|
2002-09-19 17:47:18 +04:00
|
|
|
#include "wx/app.h"
|
|
|
|
#include "wx/button.h"
|
|
|
|
#include "wx/checkbox.h"
|
|
|
|
#include "wx/combobox.h"
|
|
|
|
#include "wx/config.h"
|
|
|
|
#include "wx/control.h"
|
|
|
|
#include "wx/dirdlg.h"
|
|
|
|
#include "wx/filedlg.h"
|
|
|
|
#include "wx/menu.h"
|
|
|
|
#include "wx/msgdlg.h"
|
|
|
|
#include "wx/scrolwin.h"
|
|
|
|
#include "wx/sizer.h"
|
|
|
|
#include "wx/statbox.h"
|
|
|
|
#include "wx/stattext.h"
|
|
|
|
#include "wx/textctrl.h"
|
2002-09-20 23:45:33 +04:00
|
|
|
#include "wx/timer.h"
|
2002-09-19 17:47:18 +04:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#undef FileExists
|