Vivid
Loading...
Searching...
No Matches
DynamicExportingMacros.h
1
#pragma once
2
3
#if defined _WIN32
4
#define VIVAPI __declspec(dllexport)
5
#elif __APPLE__
6
#define VIVAPI __attribute__((visibility("default"
)))
7
#elif __linux__
8
#define VIVAPI
9
#endif
src
confs
DynamicExportingMacros.h
Generated by
1.9.6