interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

/home/tetron/hack/vos/libs/vos/extensions/revcontrol/revdefs.hh

Go to the documentation of this file.
00001 #ifndef _REVDEFS_HH_
00002 #define _REVDEFS_HH_
00003 
00004 #if defined(WIN32)
00005 # ifdef VERSIONED_EXPORTS
00006 #  define VERSIONED_API __declspec(dllexport)
00007 # else
00008 #  define VERSIONED_API __declspec(dllimport)
00009 # endif
00010 #else
00011 # ifdef HAVE_GCC_VISIBILITY
00012 #  define VERSIONED_API __attribute__ ((visibility("default")))
00013 # else
00014 #  define VERSIONED_API
00015 # endif
00016 #endif
00017 
00018 #endif