Geant4.10
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4.10.00.p01
source
externals
clhep
include
CLHEP
Utility
defs.h
Go to the documentation of this file.
1
#ifndef HEP_DEFS_H
2
#define HEP_DEFS_H
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 CLHEP_EXPORT
11
#define DLL_API __declspec( dllexport )
12
#else
13
#define DLL_API __declspec( dllimport )
14
#endif
15
#else
16
#define DLL_API
17
#endif
18
#else
19
#define DLL_API
20
#endif
21
22
#endif
/* HEP_DEFS_H */
Generated on Wed Apr 30 2014 15:54:28 for Geant4.10 by
1.8.7