mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
8 lines
206 B
C
8 lines
206 B
C
#ifndef MSCCLPP_API_H_
|
|
#define MSCCLPP_API_H_
|
|
|
|
#define MSCCLPP_API extern "C" __attribute__((visibility("default")))
|
|
#define MSCCLPP_API_CPP __attribute__((visibility("default")))
|
|
|
|
#endif // MSCCLPP_API_H_
|