mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:14:18 +00:00
11 lines
228 B
C
11 lines
228 B
C
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#ifndef TRIBUFU_APPLE
|
|
#define TRIBUFU_APPLE
|
|
#endif
|
|
|
|
#define DLLEXPORT __attribute__((visibility("default")))
|
|
#define DLLIMPORT __attribute__((visibility("default")))
|