Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



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

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