Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -35,16 +35,16 @@
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef WIN32
|
||||
//
|
||||
// Unique identifier for global module
|
||||
//
|
||||
#if defined G4RUN_ALLOC_EXPORT
|
||||
#define G4RUN_DLL G4DLLEXPORT
|
||||
#else
|
||||
#define G4RUN_DLL G4DLLIMPORT
|
||||
#endif
|
||||
//
|
||||
// Unique identifier for global module
|
||||
//
|
||||
# if defined G4RUN_ALLOC_EXPORT
|
||||
# define G4RUN_DLL G4DLLEXPORT
|
||||
# else
|
||||
# define G4RUN_DLL G4DLLIMPORT
|
||||
# endif
|
||||
#else
|
||||
#define G4RUN_DLL
|
||||
# define G4RUN_DLL
|
||||
#endif
|
||||
|
||||
#endif /* G4RUNDEFS_HH */
|
||||
|
||||
Reference in New Issue
Block a user