OGS
ExportSymbol.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#ifndef OGS_EXPORT_SYMBOL
14
#if defined(WIN32) || defined(_WIN32)
15
#define OGS_EXPORT_SYMBOL __declspec(dllexport)
16
#else
17
#define OGS_EXPORT_SYMBOL __attribute__((visibility("default")))
18
#endif
19
#endif
// defined(OGS_EXPORT_SYMBOL)
BaseLib
ExportSymbol.h
Generated by
1.12.0