Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
+9 -9
View File
@@ -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 */