SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
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
API
include
DllExport.hpp
Generated on Tue Jan 10 2017 17:44:53 for SaltAPI by
1.8.6