mirror of
https://github.com/autc04/Retro68.git
synced 2025-04-11 14:37:50 +00:00
fix automated tests for carbon
This commit is contained in:
parent
ec8a5332b9
commit
b87964c355
@ -34,9 +34,11 @@ int main()
|
||||
// Initialize some of the Macintosh Toolbox
|
||||
// and maybe trigger a context switch, so we can be sure
|
||||
// our global variables were put in the right placce.
|
||||
InitGraf(&qd.thePort);
|
||||
#if !TARGET_API_MAC_CARBON
|
||||
InitGraf(&qd.thePort);
|
||||
InitFonts();
|
||||
InitWindows();
|
||||
#endif
|
||||
GetNextEvent(everyEvent, &e);
|
||||
|
||||
for(i = 0; i < 32768; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user