Fix Dialog sample for Carbon on classic MacOS (#110)

This commit is contained in:
Wolfgang Thaller 2020-07-22 20:02:07 +02:00
parent 292e78bbab
commit fbdf2c4bcb
1 changed files with 4 additions and 0 deletions

View File

@ -67,7 +67,11 @@ resource 'SIZE' (-1) {
dontGetFrontClicks, dontGetFrontClicks,
ignoreChildDiedEvents, ignoreChildDiedEvents,
is32BitCompatible, is32BitCompatible,
#ifdef TARGET_API_MAC_CARBON
isHighLevelEventAware,
#else
notHighLevelEventAware, notHighLevelEventAware,
#endif
onlyLocalHLEvents, onlyLocalHLEvents,
notStationeryAware, notStationeryAware,
dontUseTextEditServices, dontUseTextEditServices,