Blink API
Loading...
Searching...
No Matches
build
bin
include
Blink
BlinkBuild.h
Go to the documentation of this file.
1
// Copyright (c) 2013 The Foundry Visionmongers Ltd. All Rights Reserved.
2
7
#ifndef Blink_Library_BlinkBuild_h
8
#define Blink_Library_BlinkBuild_h
9
#ifndef BLINK_SHARED_API
10
#ifdef _WIN32
11
#if defined(BLINK_EXPORTS)
12
#define BLINK_SHARED_API __declspec(dllexport)
13
#else
14
#define BLINK_SHARED_API __declspec(dllimport)
15
#endif
16
#else
17
#if defined(BLINK_EXPORTS)
18
#define BLINK_SHARED_API __attribute__((visibility("default"
)))
19
#else
20
#define BLINK_SHARED_API
21
#endif
22
#endif
23
#endif
24
#endif
©2024 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.foundry.com