 |
C++ SDK Reference
12.5
|
Go to the documentation of this file.
27 #ifndef __declspec_diguy_graphics_H
28 #define __declspec_diguy_graphics_H
32 # ifdef BDI_DLL_EXPORT_diguy_graphics
33 # define BDI_DECLSPEC_diguy_graphics __declspec(dllexport)
34 # if BDI_PRINT_DECLSPEC_MESSAGES
35 # pragma message("BDI_DECLSPEC_diguy_graphics explicitly set to dllexport")
38 # define BDI_DECLSPEC_diguy_graphics __declspec(dllimport)
39 # if BDI_PRINT_DECLSPEC_MESSAGES
40 # pragma message("BDI_DECLSPEC_diguy_graphics implicitly set to dllimport")
46 #ifndef BDI_DECLSPEC_diguy_graphics
47 # define BDI_DECLSPEC_diguy_graphics