git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@36 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-09-29 00:04:04 +00:00
commit b490488422
19 changed files with 253 additions and 253 deletions

View file

@ -2,23 +2,23 @@
#ifndef __MILSKO_GDI_H__
#define __MILSKO_GDI_H__
#include <Milsko/MachDep.h>
#include <Mw/MachDep.h>
typedef struct _MilskoLL * MilskoLL, MilskoLLRec;
typedef struct _MilskoLLColor *MilskoLLColor, MilskoLLColorRec;
typedef struct _MwLL * MwLL, MwLLRec;
typedef struct _MwLLColor *MwLLColor, MwLLColorRec;
#include <Milsko/TypeDefs.h>
#include <Milsko/LowLevel.h>
#include <Mw/TypeDefs.h>
#include <Mw/LowLevel.h>
#include <windows.h>
struct _MilskoLL {
struct _MwLL {
void* user;
MilskoLLHandler handler;
MwLLHandler handler;
};
struct _MilskoColor {
struct _MwColor {
int red;
int green;
int blue;