update some
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@154 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
d6e7c083fb
commit
40d87a9d15
5 changed files with 8 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue