Dev Essential
1.6.3
Loading...
Searching...
No Matches
dll_export.h
Go to the documentation of this file.
1
14
15
#ifndef A_UTIL_UTIL_PREPROCESSOR_DLL_EXPORT_HEADER_INCLUDED
16
#define A_UTIL_UTIL_PREPROCESSOR_DLL_EXPORT_HEADER_INCLUDED
17
23
#ifdef _WIN32
24
25
#ifdef A_UTIL_DO_EXPORT
27
#define A_UTIL_DLL_EXPORT __declspec(dllexport)
28
#else
// A_UTIL_DO_EXPORT
30
#define A_UTIL_DLL_EXPORT __declspec(dllimport)
31
#endif
// A_UTIL_DO_EXPORT
32
33
#else
// _WIN32
34
35
#ifdef A_UTIL_DO_EXPORT
37
#define A_UTIL_DLL_EXPORT __attribute__((visibility("default")))
38
#else
// A_UTIL_DO_EXPORT
40
#define A_UTIL_DLL_EXPORT
41
#endif
// A_UTIL_DO_EXPORT
42
43
#endif
// _WIN32
44
45
#endif
// A_UTIL_UTIL_PREPROCESSOR_DLL_EXPORT_HEADER_INCLUDED
include
a_util
preprocessor
dll_export.h
Copyright © Digitalwerk GmbH. All rights reserved | Generated on Wed Jun 17 2026 by doxygen 1.13.2 | GIT Commit Hash: 9b8fa4e7f60e12adf331769acfe0949f5a0dc12f