Fixed bug #226
Just to make it compile with old CodeWarrior. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401772
This commit is contained in:
parent
72d910b271
commit
308d06a8ee
2 changed files with 4 additions and 3 deletions
|
@ -682,7 +682,7 @@ static int DSp_ConfirmSwitch () {
|
|||
if (dialog == NULL)
|
||||
return (0);
|
||||
|
||||
#if TARGET_API_CARBON
|
||||
#if TARGET_API_MAC_CARBON
|
||||
SetPort (GetDialogPort(dialog));
|
||||
#else
|
||||
SetPort ((WindowPtr) dialog);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue