Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



PvLicenseLib.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2014, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVLICENSELIB_H__
8 #define __PVLICENSELIB_H__
9 
10 #if !defined( PV_LICENSE_NO_DECLSPEC )
11  #if defined( PV_LICENSE_EXPORTS )
12 
13  #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
14  #define PV_LICENSE_API __declspec( dllexport )
15  #else
16  #define PV_LICENSE_API
17  #endif
18 
19  #else
20 
21  #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
22  #define PV_LICENSE_API __declspec( dllimport )
23  #else
24  #define PV_LICENSE_API
25  #endif
26 
27  #define PT_LIB_NAME "PvLicense"
28  #include <PvLinkLib.h>
29 
30  #endif
31 #endif
32 
33 #if !defined( PV_LICENSE_API )
34  #define PV_LICENSE_API
35 #endif
36 
37 #include <PvResult.h>
38 
39 #endif
PvResult.h

Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com