fix calling convention stuff
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-15 01:32:22 +09:00
commit b7415dd240
6 changed files with 8 additions and 7 deletions

View file

@ -89,7 +89,7 @@
#endif
/* Windows */
#if defined(_MILSKO) && defined(_WIN32)
#if defined(_MILSKO) && defined(_MILSKO_BUILD) && defined(_WIN32)
#define MWDECL extern __declspec(dllexport)
#elif defined(_WIN32)
#define MWDECL extern __declspec(dllimport)