Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef XXNetworkExportDefH
2#define XXNetworkExportDefH
10#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
11 #define XXNETWORK_DECLSPEC
13 #ifdef EXTENSION_XXNETWORK
14 #define XXNETWORK_DECLSPEC __declspec(dllexport)
16 #define XXNETWORK_DECLSPEC __declspec(dllimport)