ReconstructMe SDK  1.1.739-75658
Real-time 3D reconstruction engine
 All Classes Files Functions Typedefs Enumerations Enumerator Groups Pages
libdef.h
Go to the documentation of this file.
1 
12 #ifndef REME_LIBDEF_H
13 #define REME_LIBDEF_H
14 
15 #ifdef _MSC_VER
16  #ifdef LIBRECONSTRUCTMESDK_EXPORTS
17  #define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE __declspec(dllexport)
18  #else
19  #define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE __declspec(dllimport)
20  #endif
21 #else
22  #define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE
23 #endif
24 
25 #endif