mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
11 lines
No EOL
185 B
C
11 lines
No EOL
185 B
C
#pragma once
|
|
|
|
#ifdef _MSC_VER
|
|
#ifdef SATDUMP_DLL_EXPORT
|
|
#define SATDUMP_DLL __declspec(dllexport)
|
|
#else
|
|
#define SATDUMP_DLL __declspec(dllimport)
|
|
#endif
|
|
#else
|
|
#define SATDUMP_DLL
|
|
#endif |