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/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)

View File

@@ -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;

View File

@@ -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 {