DI-Guy SDK Documentation  13.7
declspec_diguy_module.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2022 MAK Technologies, Inc.
4  ** All rights reserved.
5  *********************************************************************/
6 
7 #pragma once
8 
9 #ifdef _WIN32
10 # ifdef BDI_DLL_EXPORT_diguy_module
11 # define BDI_DECLSPEC_diguy_module __declspec(dllexport)
12 # ifdef BDI_PRINT_DECLSPEC_MESSAGES
13 # pragma message("BDI_DECLSPEC_diguy_module explicitly set to dllexport")
14 # endif
15 # else
16 # define BDI_DECLSPEC_diguy_module __declspec(dllimport)
17 # ifdef BDI_PRINT_DECLSPEC_MESSAGES
18 # pragma message("BDI_DECLSPEC_diguy_module implicitly set to dllimport")
19 # endif
20 # endif
21 #endif
22 
23 #ifndef BDI_DECLSPEC_diguy_module
24 # define BDI_DECLSPEC_diguy_module
25 #endif
26 
27 
28 /*********************************************************************
29  ** Copyright (c) 1992-2022 MAK Technologies, Inc.
30  ** All rights reserved.
31  *********************************************************************/
32