MQEngine
载入中...
搜索中...
未找到
EnginePCH.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/8/20.
3//
4
5#ifndef PCH_H
6#define PCH_H
7#ifdef _WIN32
8 #ifdef BUILD_ENGINE
9 #define ENGINE_API __declspec(dllexport)
10 #else
11 #define ENGINE_API __declspec(dllimport)
12 #endif
13#else
14 #define ENGINE_API
15#endif
16#endif //PCH_H