64bit mac adaptions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-24 09:38:08 +00:00
parent 8595885403
commit 0beae935af
2 changed files with 26 additions and 0 deletions

View File

@@ -66,6 +66,29 @@
#define wxMAC_USE_COCOA 0 #define wxMAC_USE_COCOA 0
#endif #endif
/*
* setting up 64 bit
*/
#ifdef __LP64__
#undef wxMAC_USE_COCOA
#define wxMAC_USE_COCOA 1
#undef wxUSE_DRAG_AND_DROP
#define wxUSE_DRAG_AND_DROP 0
#undef wxUSE_TASKBARICON
#define wxUSE_TASKBARICON 0
#undef wxUSE_TOOLTIPS
#define wxUSE_TOOLTIPS 0
#endif
#endif #endif
/* _WX_MAC_CHKCONF_H_ */ /* _WX_MAC_CHKCONF_H_ */

View File

@@ -152,7 +152,10 @@ private:
*/ */
// app.h // app.h
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
bool wxMacConvertEventToRecord( EventRef event , EventRecord *rec); bool wxMacConvertEventToRecord( EventRef event , EventRecord *rec);
#endif
#endif // wxUSE_GUI #endif // wxUSE_GUI