MsgExport

#ifndef MSGEXPORT_H
#define MSGEXPORT_H

#include "common/Export.h"

#ifdef MSG_API_EXPORTS
#define MSG_API G_DECL_EXPORT
#else
#define MSG_API G_DECL_IMPORT
#endif


#endif // MSGEXPORT_H

posted on 2019-10-23 10:57  码农er  阅读(97)  评论(0)    收藏  举报