SaltAPI  1.1
An API for the HTTPd / Zia by Salty Studio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
DllExport.hpp
Go to the documentation of this file.
1 //
2 // Created by veyrie_f on 09/01/17.
3 //
4 
5 #ifndef API_V2_DLLEXPORT_HPP
6 #define API_V2_DLLEXPORT_HPP
7 
8 #ifdef _WIN32
9 #define EXPORT __declspec(dllexport)
10 #else
11 #define EXPORT
12 #endif
13 
14 #endif //API_V2_DLLEXPORT_HPP