DI-Guy SDK Documentation
13.7
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
declspec_bdiutil.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_bdiutil
11
# define BDI_DECLSPEC_bdiutil __declspec(dllexport)
12
# ifdef BDI_PRINT_DECLSPEC_MESSAGES
13
# pragma message("BDI_DECLSPEC_bdiutil explicitly set to dllexport")
14
# endif
15
# else
16
# define BDI_DECLSPEC_bdiutil __declspec(dllimport)
17
# ifdef BDI_PRINT_DECLSPEC_MESSAGES
18
# pragma message("BDI_DECLSPEC_bdiutil implicitly set to dllimport")
19
# endif
20
# endif
21
#endif
22
23
#ifndef BDI_DECLSPEC_bdiutil
24
# define BDI_DECLSPEC_bdiutil
25
#endif
26
27
28
29
/*********************************************************************
30
** Copyright (c) 1992-2022 MAK Technologies, Inc.
31
** All rights reserved.
32
*********************************************************************/
33
include
declspec_bdiutil.h
Generated on Thu Mar 28 2024 22:08:24 for DI-Guy SDK Documentation by
1.8.9.1