Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. */