wxincludes.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #ifdef WIN32
  2. #ifndef __WIN32
  3. # define __WIN32
  4. #endif
  5. #ifndef _WINDOWS
  6. # define _WINDOWS
  7. #endif
  8. #ifndef __WINDOWS__
  9. # define __WINDOWS__
  10. #endif
  11. #ifndef __WXMSW__
  12. # define __WXMSW__
  13. #endif
  14. #ifndef __WIN32__
  15. # define __WIN32__
  16. #endif
  17. #ifndef WINVER
  18. # define WINVER 0x0400
  19. #endif
  20. #ifndef STRICT
  21. # define STRICT
  22. #endif
  23. #include "wx/defs.h"
  24. #include "wx/app.h"
  25. #include "wx/button.h"
  26. #include "wx/checkbox.h"
  27. #include "wx/combobox.h"
  28. #include "wx/config.h"
  29. #include "wx/control.h"
  30. #include "wx/dirdlg.h"
  31. #include "wx/filedlg.h"
  32. #include "wx/menu.h"
  33. #include "wx/msgdlg.h"
  34. #include "wx/scrolwin.h"
  35. #include "wx/sizer.h"
  36. #include "wx/statbox.h"
  37. #include "wx/stattext.h"
  38. #include "wx/textctrl.h"
  39. #pragma hdrstop("wxincludes.pch")
  40. #else
  41. #include "wx/app.h"
  42. #include "wx/button.h"
  43. #include "wx/checkbox.h"
  44. #include "wx/combobox.h"
  45. #include "wx/config.h"
  46. #include "wx/control.h"
  47. #include "wx/dirdlg.h"
  48. #include "wx/filedlg.h"
  49. #include "wx/menu.h"
  50. #include "wx/msgdlg.h"
  51. #include "wx/scrolwin.h"
  52. #include "wx/sizer.h"
  53. #include "wx/statbox.h"
  54. #include "wx/stattext.h"
  55. #include "wx/textctrl.h"
  56. #endif
  57. #undef FileExists