basic stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@11 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-28 08:37:12 +00:00
parent b12c08d2d3
commit 31e9818e42
9 changed files with 66 additions and 25 deletions

View File

@@ -5,6 +5,10 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#ifdef _WIN32
#else
#include <unistd.h>
#endif
#if defined(_MILSKO) && defined(_WIN32)
#define MILSKODECL extern __declsped(dllexport)