first commit
This commit is contained in:
20
test/qxClientServer/qxServer/include/export.h
Normal file
20
test/qxClientServer/qxServer/include/export.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _QX_SERVER_EXPORT_H_
|
||||
#define _QX_SERVER_EXPORT_H_
|
||||
|
||||
#include "../../qxService/include/export.h"
|
||||
|
||||
#ifdef _BUILDING_QX_SERVER
|
||||
#define QX_SERVER_DLL_EXPORT QX_DLL_EXPORT_HELPER
|
||||
#else // _BUILDING_QX_SERVER
|
||||
#define QX_SERVER_DLL_EXPORT QX_DLL_IMPORT_HELPER
|
||||
#endif // _BUILDING_QX_SERVER
|
||||
|
||||
#ifdef _BUILDING_QX_SERVER
|
||||
#define QX_REGISTER_HPP_QX_SERVER QX_REGISTER_HPP_EXPORT_DLL
|
||||
#define QX_REGISTER_CPP_QX_SERVER QX_REGISTER_CPP_EXPORT_DLL
|
||||
#else // _BUILDING_QX_SERVER
|
||||
#define QX_REGISTER_HPP_QX_SERVER QX_REGISTER_HPP_IMPORT_DLL
|
||||
#define QX_REGISTER_CPP_QX_SERVER QX_REGISTER_CPP_IMPORT_DLL
|
||||
#endif // _BUILDING_QX_SERVER
|
||||
|
||||
#endif // _QX_SERVER_EXPORT_H_
|
||||
Reference in New Issue
Block a user