Danbias/Code/Network/NetworkAPI/NetworkAPI_Preprocessor.h

14 lines
392 B
C
Raw Permalink Normal View History

//////////////////////////////////////
// Created by Dennis Andersen 2014 //
//////////////////////////////////////
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