From 40d87a9d157e440813ac49b5758c452509759b84 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 4 Oct 2025 12:33:26 +0000 Subject: [PATCH] update some git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@154 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/MachDep.h | 1 + src/backend/mac/mac.c | 4 ++-- src/backend/mac/mac.h | 4 +++- src/backend/mac/preQuartz.h | 2 +- src/backend/mac/quickDraw.c | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/include/Mw/MachDep.h b/include/Mw/MachDep.h index dbb4134..a9552ab 100644 --- a/include/Mw/MachDep.h +++ b/include/Mw/MachDep.h @@ -18,6 +18,7 @@ #include #include #include +#include #endif #if defined(_MILSKO) && defined(_WIN32) diff --git a/src/backend/mac/mac.c b/src/backend/mac/mac.c index b9a1d89..512ee37 100644 --- a/src/backend/mac/mac.c +++ b/src/backend/mac/mac.c @@ -1,8 +1,8 @@ -#include "Mw/LowLevel.h" +/* $Id$ */ +#include #include "mac.h" #include "quickDraw.h" -#include MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) { void* library; diff --git a/src/backend/mac/mac.h b/src/backend/mac/mac.h index 975f6ee..6755243 100644 --- a/src/backend/mac/mac.h +++ b/src/backend/mac/mac.h @@ -1,8 +1,10 @@ -/* $Id $ */ +/* $Id$ */ #ifndef __MAC_H__ #define __MAC_H__ +#include +#include #include typedef enum { diff --git a/src/backend/mac/preQuartz.h b/src/backend/mac/preQuartz.h index 7e42fda..6c9ee34 100644 --- a/src/backend/mac/preQuartz.h +++ b/src/backend/mac/preQuartz.h @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id$ */ // This is a copy of a bunch of headers from Apple's old SDK with irrelvant things removed. // The reason this exists is for compiling under modern XCode (which doesn't have these headers). diff --git a/src/backend/mac/quickDraw.c b/src/backend/mac/quickDraw.c index c03c3e1..190ab2c 100644 --- a/src/backend/mac/quickDraw.c +++ b/src/backend/mac/quickDraw.c @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id$ */ #include "mac.h" #include "quickDraw.h"