Medial Code Documentation
Loading...
Searching...
No Matches
External
LightGBM_2.2.3
LightGBM-2.2.3
include
LightGBM
export.h
1
#ifndef LIGHTGBM_EXPORT_H_
2
#define LIGHTGBM_EXPORT_H_
3
6
#ifdef __cplusplus
7
#define LIGHTGBM_EXTERN_C extern "C"
8
#else
9
#define LIGHTGBM_EXTERN_C
10
#endif
11
12
13
#ifdef _MSC_VER
14
#define LIGHTGBM_EXPORT __declspec(dllexport)
15
#define LIGHTGBM_C_EXPORT LIGHTGBM_EXTERN_C __declspec(dllexport)
16
#else
17
#define LIGHTGBM_EXPORT
18
#define LIGHTGBM_C_EXPORT LIGHTGBM_EXTERN_C
19
#endif
20
21
#endif
Generated on Mon Sep 15 2025 12:12:18 for Medial Code Documentation by
1.9.8