Artec 3D Scanning SDK  2.0
ProjectSdkDefines.h
Go to the documentation of this file.
1 #pragma once
2 
3 #if defined(_WIN32) && defined(BUILD_ADATASDK_SHARED_LIB)
4 #define APROJECT_LINK_SPEC __declspec (dllexport)
5 #else
6 #define APROJECT_LINK_SPEC
7 #endif // defined(_WIN32) && defined(BUILD_ADATASDK_SHARED_LIB)