basic stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@11 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
b12c08d2d3
commit
31e9818e42
9 changed files with 66 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue