mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
4 lines
235 B
Text
4 lines
235 B
Text
// 提示文件帮助 Visual Studio IDE 解释 Visual C++ 标识符,
|
|
// 如函数和宏的名称。
|
|
// 有关详细信息,请参见 https://go.microsoft.com/fwlink/?linkid=865984
|
|
#define API_DECLSPEC extern "C" __declspec(dllexport)
|