 |
C++ SDK Reference
12.5
|
Go to the documentation of this file.
27 #ifndef __declspec_db_sim_H
28 #define __declspec_db_sim_H
32 # ifdef BDI_DLL_EXPORT_db_sim
33 # define BDI_DECLSPEC_db_sim __declspec(dllexport)
34 # pragma message("BDI_DECLSPEC_db_sim explicitly set to dllexport")
36 # define BDI_DECLSPEC_db_sim __declspec(dllimport)
37 # pragma message("BDI_DECLSPEC_db_sim implicitly set to dllimport")
42 #ifndef BDI_DECLSPEC_db_sim
43 # define BDI_DECLSPEC_db_sim