]>
Commit | Line | Data |
---|---|---|
660296aa WS |
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 | |
660296aa WS |
7 | // Copyright: (c) 2005 Wlodzimierz Skiba |
8 | // Licence: wxWindows licence | |
9 | /////////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #ifndef _WX_MSW_WRAPCDLG_H_ | |
12 | #define _WX_MSW_WRAPCDLG_H_ | |
13 | ||
14 | #include "wx/defs.h" | |
15 | ||
16 | #include "wx/msw/wrapwin.h" | |
17 | #include "wx/msw/private.h" | |
18 | #include "wx/msw/missing.h" | |
19 | ||
20 | #if wxUSE_COMMON_DIALOGS && !defined(__SMARTPHONE__) && !defined(__WXMICROWIN__) | |
21 | #include <commdlg.h> | |
22 | #endif | |
23 | ||
623a195e JS |
24 | #include "wx/msw/winundef.h" |
25 | ||
660296aa WS |
26 | #endif // _WX_MSW_WRAPCDLG_H_ |
27 |