mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-21 16:44:07 +00:00
adding dummy files
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@29 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(_MILSKO) && defined(_WIN32)
|
||||
#define MILSKODECL extern __declsped(dllexport)
|
||||
#define MILSKODECL extern __declspec(dllexport)
|
||||
#elif defined(_WIN32)
|
||||
#define MILSKODECL extern __declsped(dllimport)
|
||||
#define MILSKODECL extern __declspec(dllimport)
|
||||
#else
|
||||
#define MILSKODECL extern
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user