ReconstructMe SDK
2.6.43-0
Real-time 3D reconstruction engine
source
reconstruct_me
lib_reconstructmesdk
inc
reconstructmesdk
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