Danbias/Code/Network/NetworkAPI/NetworkAPI_Preprocessor.h

11 lines
276 B
C
Raw Normal View History

2014-01-28 09:00:02 +01:00
#ifndef NETWORK_API_NETWORK_API_PREPROCESSOR_H
#define NETWORK_API_NETWORK_API_PREPROCESSOR_H
#ifdef NETWORKAPI_EXPORT
#define NET_API_EXPORT __declspec(dllexport)
#else
#define NET_API_EXPORT __declspec(dllimport)
#endif
#endif // !NETWORK_API_NETWORK_API_PREPROCESSOR_H