mac: get it compiling. remove preQuartz.h (will add something better later) and rename the 'quickdraw' target to carbon

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@184 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
IoIxD
2025-10-06 21:01:50 +00:00
parent 8dac5bd0f0
commit 26a522d035
10 changed files with 169 additions and 2293 deletions

View File

@@ -27,6 +27,9 @@ typedef void* MwLLPixmap;
#ifdef USE_GDI
#include "../src/backend/gdi.h"
#endif
#ifdef USE_DARWIN
#include "../src/backend/mac/mac.h"
#endif
#endif
#include <Mw/TypeDefs.h>