|
v1.3.0.0
|
24# if defined(WSMCMND_API_STATIC) || defined(_staticlibrary) || defined(_MSFS_WASM)
27# if defined(WSMCMND_API_EXPORT) || defined(_library)
28# define WSMCMND_API __declspec(dllexport)
29# define WSMCMND_API_IMPORT
31# define WSMCMND_API __declspec(dllimport)
32# define WSMCMND_API_IMPORT extern