X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c0d1521c0d69e3e45992fd5140d7f663d5970bd..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/wrapcctl.h diff --git a/include/wx/msw/wrapcctl.h b/include/wx/msw/wrapcctl.h index f61d2cec20..65c17f4d1c 100644 --- a/include/wx/msw/wrapcctl.h +++ b/include/wx/msw/wrapcctl.h @@ -34,6 +34,8 @@ #define _WIN32_IE 0x0600 #endif // !defined(_WIN32_IE) +#include "wx/msw/wrapwin.h" + #include // define things which might be missing from our commctrl.h @@ -49,10 +51,12 @@ inline void wxSetCCUnicodeFormat(HWND WXUNUSED_IN_WINCE(hwnd)) #endif // __WXWINCE__/!__WXWINCE__ } +#if wxUSE_GUI // Return the default font for the common controls // // this is implemented in msw/settings.cpp +class wxFont; extern wxFont wxGetCCDefaultFont(); +#endif #endif // _WX_MSW_WRAPCCTL_H_ -