Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
tpia_defs.h
Go to the documentation of this file.
1
#ifndef tpia_defs_h_included
2
#define tpia_defs_h_included
3
4
#ifdef WIN32
5
//
6
// Define DLL export macro for WIN32 systems for
7
// importing/exporting external symbols to DLLs
8
//
9
#if defined G4LIB_BUILD_DLL
10
#if defined G4PROCESSES_EXPORT
11
#define DLL_LEND __declspec( dllexport )
12
#else
13
#define DLL_LEND __declspec( dllimport )
14
#endif
15
#else
16
#define DLL_LEND
17
#endif
18
#else
19
#define DLL_LEND
20
#endif
21
22
#endif
/* End of tpia_defs_h_included. */
geant4-v9.6.0
source
processes
hadronic
models
lend
include
tpia_defs.h
Generated by
1.9.6