wxincludes.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. #include "wx/timer.h"
  40. #pragma hdrstop("wxincludes.pch")
  41. #else
  42. #include "wx/defs.h"
  43. #include "wx/app.h"
  44. #include "wx/button.h"
  45. #include "wx/checkbox.h"
  46. #include "wx/combobox.h"
  47. #include "wx/config.h"
  48. #include "wx/control.h"
  49. #include "wx/dirdlg.h"
  50. #include "wx/filedlg.h"
  51. #include "wx/menu.h"
  52. #include "wx/msgdlg.h"
  53. #include "wx/scrolwin.h"
  54. #include "wx/sizer.h"
  55. #include "wx/statbox.h"
  56. #include "wx/stattext.h"
  57. #include "wx/textctrl.h"
  58. #include "wx/timer.h"
  59. #endif
  60. #undef FileExists