Geodot Plugin
Loading...
Searching...
No Matches
src
global
defines.h
1
#ifndef __DEFINES_H__
2
#define __DEFINES_H__
3
4
#ifdef __MINGW32__
5
#define EXPORT __declspec(dllexport)
6
#elif _WIN32
7
#define EXPORT __declspec(dllexport)
8
#elif __unix__
9
#define EXPORT
10
#elif __APPLE__
11
#define EXPORT
12
#endif
13
14
#endif
// __DEFINES_H__
Generated by
1.9.5