VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
vibdefines.h
Go to the documentation of this file.
1 
9 #ifndef VIBDEFINES_H__
10 #define VIBDEFINES_H__
11 
12 #ifdef VIB_EXPORTING
13 
19 #define VIBDLLFUNC __declspec(dllexport)
20 #else
21 
27 #define VIBDLLFUNC
28 #endif
29 
33 #define VIBCALL __cdecl
34 
35 #endif
36 
37 // EOF
38