Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



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

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