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
+10 -11
View File
@@ -23,22 +23,21 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// GEANT 4 class header file
// Description:
//
// Class Description:
//
// This file includes protections from Windows declarations in the
// This file includes protections from Windows kits declarations in the
// global scope that may cause trouble in compilation.
// Author: G.Cosmo, 2019
// --------------------------------------------------------------------
#ifndef windefs_hh
#define windefs_hh
#define windefs_hh 1
#if defined(_WIN32)
#if defined (ABSOLUTE)
#undef ABSOLUTE
#undef RELATIVE
#endif
#endif // _WIN32
# if defined(ABSOLUTE)
# undef ABSOLUTE
# undef RELATIVE
# endif
#endif // _WIN32
#endif // windefs_hh
#endif // windefs_hh