chkconf.h 543 B

123456789101112131415161718192021
  1. /*
  2. * Name: wx/cocoa/chkconf.h
  3. * Purpose: wxCocoa-specific config settings checks
  4. * Author: Vadim Zeitlin
  5. * Created: 2008-09-11
  6. * Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
  7. * Licence: wxWindows licence
  8. */
  9. /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
  10. #ifndef _WX_COCOA_CHKCONF_H_
  11. #define _WX_COCOA_CHKCONF_H_
  12. /*
  13. wxLogDialog doesn't currently work correctly in wxCocoa.
  14. */
  15. #undef wxUSE_LOG_DIALOG
  16. #define wxUSE_LOG_DIALOG 0
  17. #endif /* _WX_COCOA_CHKCONF_H_ */