]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/chkconf.h
2 * Name: wx/cocoa/chkconf.h
3 * Purpose: wxCocoa-specific config settings checks
4 * Author: Vadim Zeitlin
6 * Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
7 * Licence: wxWindows licence
10 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
12 #ifndef _WX_COCOA_CHKCONF_H_
13 #define _WX_COCOA_CHKCONF_H_
16 wxLogDialog doesn't currently work correctly in wxCocoa.
18 #undef wxUSE_LOG_DIALOG
19 #define wxUSE_LOG_DIALOG 0
21 #endif /* _WX_COCOA_CHKCONF_H_ */