DAWorkbench
0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DAUtilsAPI.h
1
#ifndef DAUTILSAPI_H
2
#define DAUTILSAPI_H
3
#include <QtCore/QtGlobal>
4
#include "DAGlobals.h"
5
6
#if defined(DAUTILS_BUILD)
7
#define DAUTILS_API Q_DECL_EXPORT
8
#else
9
#define DAUTILS_API Q_DECL_IMPORT
10
#endif
11
12
// Q_DECL_IMPORT.
13
#endif
// DAUTILSAPI_H
src
DAUtils
DAUtilsAPI.h
制作者
1.9.8