Blink API

BlinkBuild.h

Go to the documentation of this file.
00001 // Copyright (c) 2013 The Foundry Visionmongers Ltd.  All Rights Reserved.
00002 
00007 #ifndef Blink_Library_BlinkBuild_h
00008 #define Blink_Library_BlinkBuild_h
00009 #ifndef BLINK_SHARED_API
00010   #ifdef _WIN32
00011     #if defined(BLINK_EXPORTS)
00012       #define BLINK_SHARED_API __declspec(dllexport)
00013     #else
00014       #define BLINK_SHARED_API __declspec(dllimport)
00015     #endif
00016   #else
00017     #if defined(BLINK_EXPORTS)
00018       #define BLINK_SHARED_API __attribute__ ((visibility("default")))
00019     #else
00020       #define BLINK_SHARED_API
00021     #endif
00022   #endif
00023 #endif
00024 #endif
00025 
 All Classes Namespaces Files Functions Variables


©2017 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk