Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+12 -14
View File
@@ -23,28 +23,26 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// Defines for Windows DLLs import/export
//
// Author: G.Cosmo, CERN
// --------------------------------------------------------------------
#ifndef G4ICOMSWDEFS_HH
#define G4ICOMSWDEFS_HH
#define G4ICOMSWDEFS_HH 1
#include "G4Types.hh"
#ifdef WIN32
//
// Unique identifier for intercoms module
//
#if defined G4ICOMS_ALLOC_EXPORT
#define G4ICOMS_DLL G4DLLEXPORT
#else
#define G4ICOMS_DLL G4DLLIMPORT
#endif
//
// Unique identifier for intercoms module
//
# if defined G4ICOMS_ALLOC_EXPORT
# define G4ICOMS_DLL G4DLLEXPORT
# else
# define G4ICOMS_DLL G4DLLIMPORT
# endif
#else
#define G4ICOMS_DLL
# define G4ICOMS_DLL
#endif
#endif /* G4ICOMSWDEFS_HH */