Katana Plug-in APIs 0.1

FnGeolibAPI.h

00001 // Copyright (c) 2016 The Foundry Visionmongers Ltd.
00002 #ifndef KATANA_FNGEOLIB_FNGEOLIBAPI_H_
00003 #define KATANA_FNGEOLIB_FNGEOLIBAPI_H_
00004 
00005 #if defined(_WIN32)
00006 #  if defined(FNGEOLIB_APIEXPORT)
00007 #    define FNGEOLIB_API __declspec(dllexport)
00008 #  elif !defined(FNGEOLIB_STATIC)
00009 #    define FNGEOLIB_API __declspec(dllimport)
00010 #  else
00011 #    define FNGEOLIB_API
00012 #  endif  // FNGEOLIB_APIEXPORT
00013 
00014 #elif defined(FNGEOLIB_APIEXPORT)
00015 #  define FNGEOLIB_API __attribute__((visibility("default")))
00016 #else
00017 #  define FNGEOLIB_API
00018 #endif  // _WIN32
00019 
00020 #endif  // KATANA_FNGEOLIB_FNGEOLIBAPI_H_
 All Classes Functions Variables Typedefs Enumerations Enumerator