mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-11 03:43:29 +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/ipc.h>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MILSKO) && defined(_WIN32)
|
#if defined(_MILSKO) && defined(_WIN32)
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#include "Mw/LowLevel.h"
|
/* $Id$ */
|
||||||
|
#include <Mw/Milsko.h>
|
||||||
|
|
||||||
#include "mac.h"
|
#include "mac.h"
|
||||||
#include "quickDraw.h"
|
#include "quickDraw.h"
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
|
MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
|
||||||
void* library;
|
void* library;
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
#ifndef __MAC_H__
|
#ifndef __MAC_H__
|
||||||
#define __MAC_H__
|
#define __MAC_H__
|
||||||
|
|
||||||
|
#include <Mw/MachDep.h>
|
||||||
|
#include <Mw/TypeDefs.h>
|
||||||
#include <Mw/LowLevel.h>
|
#include <Mw/LowLevel.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user