update some

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@154 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-04 12:33:26 +00:00
parent d6e7c083fb
commit 40d87a9d15
5 changed files with 8 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <dlfcn.h>
#include <signal.h>
#endif
#if defined(_MILSKO) && defined(_WIN32)

View File

@@ -1,8 +1,8 @@
#include "Mw/LowLevel.h"
/* $Id$ */
#include <Mw/Milsko.h>
#include "mac.h"
#include "quickDraw.h"
#include <signal.h>
MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
void* library;

View File

@@ -1,8 +1,10 @@
/* $Id $ */
/* $Id$ */
#ifndef __MAC_H__
#define __MAC_H__
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
typedef enum {

View File

@@ -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).

View File

@@ -1,4 +1,4 @@
/* $Id $ */
/* $Id$ */
#include "mac.h"
#include "quickDraw.h"