Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKDefs.h
1
#pragma once
2
#ifndef SCANBOTSDK_DEFS_H
3
#define SCANBOTSDK_DEFS_H
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
#ifdef _WIN32
10
#ifdef SBSDK_GIT_VERSION
11
#define SBSDK_API __declspec(dllexport)
12
#else
13
#define SBSDK_API __declspec(dllimport)
14
#endif
15
#else
16
#define SBSDK_API
17
#endif
18
19
#ifdef __cplusplus
20
}
21
#endif
22
#endif
// SCANBOTSDK_DEFS_H
Generated by
1.13.2