wrapcdlg.h 752 B

123456789101112131415161718192021222324252627
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/msw/wrapcdlg.h
  3. // Purpose: Wrapper for the standard <commdlg.h> header
  4. // Author: Wlodzimierz ABX Skiba
  5. // Modified by:
  6. // Created: 22.03.2005
  7. // Copyright: (c) 2005 Wlodzimierz Skiba
  8. // Licence: wxWindows licence
  9. ///////////////////////////////////////////////////////////////////////////////
  10. #ifndef _WX_MSW_WRAPCDLG_H_
  11. #define _WX_MSW_WRAPCDLG_H_
  12. #include "wx/defs.h"
  13. #include "wx/msw/wrapwin.h"
  14. #include "wx/msw/private.h"
  15. #include "wx/msw/missing.h"
  16. #if wxUSE_COMMON_DIALOGS && !defined(__SMARTPHONE__) && !defined(__WXMICROWIN__)
  17. #include <commdlg.h>
  18. #endif
  19. #include "wx/msw/winundef.h"
  20. #endif // _WX_MSW_WRAPCDLG_H_