DI-Guy SDK Documentation
13.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
declspec_bdiperl.h
Go to the documentation of this file.
1
2
/*********************************************************************
3
** Copyright (c) 1992-2015 VT MAK
4
** All rights reserved.
5
*********************************************************************/
6
7
#ifndef __declspec_bdiperl_H
8
#define __declspec_bdiperl_H
9
10
#ifdef _WIN32
11
# ifdef BDI_DLL
12
# ifdef BDI_DLL_EXPORT_bdiperl
13
# define BDI_DECLSPEC_bdiperl __declspec(dllexport)
14
# if BDI_PRINT_DECLSPEC_MESSAGES
15
# pragma message("BDI_DECLSPEC_bdiperl explicitly set to dllexport")
16
# endif
17
# else
18
# define BDI_DECLSPEC_bdiperl __declspec(dllimport)
19
# if BDI_PRINT_DECLSPEC_MESSAGES
20
# pragma message("BDI_DECLSPEC_bdiperl implicitly set to dllimport")
21
# endif
22
# endif
23
# endif
24
#endif
25
26
#ifndef BDI_DECLSPEC_bdiperl
27
# define BDI_DECLSPEC_bdiperl
28
#endif
29
30
#endif
/* __declspec_bdiperl_H */
31
32
33
/*********************************************************************
34
** Copyright (c) 1992-2015 VT MAK
35
** All rights reserved.
36
*********************************************************************/
37
include
declspec_bdiperl.h
Generated on Mon Sep 7 2015 20:33:53 for DI-Guy SDK Documentation by
1.8.9.1