DI-Guy C++ SDK Reference
13.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
declspec_diguy_graphics.h
Go to the documentation of this file.
1
2
/*********************************************************************
3
** Copyright (c) 1992-2014 VT MAK
4
** All rights reserved.
5
*********************************************************************/
6
7
#ifndef __declspec_diguy_graphics_H
8
#define __declspec_diguy_graphics_H
9
10
#ifdef _WIN32
11
# ifdef BDI_DLL
12
# ifdef BDI_DLL_EXPORT_diguy_graphics
13
# define BDI_DECLSPEC_diguy_graphics __declspec(dllexport)
14
# if BDI_PRINT_DECLSPEC_MESSAGES
15
# pragma message("BDI_DECLSPEC_diguy_graphics explicitly set to dllexport")
16
# endif
17
# else
18
# define BDI_DECLSPEC_diguy_graphics __declspec(dllimport)
19
# if BDI_PRINT_DECLSPEC_MESSAGES
20
# pragma message("BDI_DECLSPEC_diguy_graphics implicitly set to dllimport")
21
# endif
22
# endif
23
# endif
24
#endif
25
26
#ifndef BDI_DECLSPEC_diguy_graphics
27
# define BDI_DECLSPEC_diguy_graphics
28
#endif
29
30
#endif
/* __declspec_diguy_graphics_H */
31
32
33
/*********************************************************************
34
** Copyright (c) 1992-2014 VT MAK
35
** All rights reserved.
36
*********************************************************************/
37
include
declspec_diguy_graphics.h
Generated on Wed Jul 9 2014 21:35:58 for DI-Guy C++ SDK Reference by
1.8.3.1