mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 08:30:51 +00:00
update some
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@154 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <dlfcn.h>
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MILSKO) && defined(_WIN32)
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Id $ */
|
||||
/* $Id$ */
|
||||
|
||||
#include "mac.h"
|
||||
#include "quickDraw.h"
|
||||
|
||||
Reference in New Issue
Block a user