set wxOSX_USE_ICONREF to 0 if not defined

This commit is contained in:
Stefan Csomor
2018-10-01 07:21:49 +02:00
parent 2370c77a3e
commit ef48d7f184
2 changed files with 12 additions and 0 deletions

View File

@@ -40,6 +40,13 @@
*/
#define wxHAVE_FSEVENTS_FILE_NOTIFICATIONS 1
/*
* turn off old style icon format if not asked for
*/
#ifndef wxOSX_USE_ICONREF
#define wxOSX_USE_ICONREF 0
#endif
/*
* turning off capabilities that don't work under cocoa yet
*/

View File

@@ -377,6 +377,11 @@
#define wxUSE_SECRETSTORE 0
#endif
// IconRef datatype does not exist on iOS
#undef wxOSX_USE_ICONREF
#define wxOSX_USE_ICONREF 0
#endif
/* _WX_OSX_IPHONE_CHKCONF_H_ */