projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3b38e2a
)
wxBase build fix.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Sun, 12 Mar 2006 13:28:55 +0000
(13:28 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Sun, 12 Mar 2006 13:28:55 +0000
(13:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38020
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/wrapcctl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/wrapcctl.h
b/include/wx/msw/wrapcctl.h
index f61d2cec209f1fdc9ea8862bf34a07fab4787972..261fc08c1842acd07118f6bf81ed90e0a960aad4 100644
(file)
--- a/
include/wx/msw/wrapcctl.h
+++ b/
include/wx/msw/wrapcctl.h
@@
-49,10
+49,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
extern wxFont wxGetCCDefaultFont();
+#endif
#endif // _WX_MSW_WRAPCCTL_H_