37 # include "G4GlobalConfig.hh"
45 # pragma warning(disable : 4786)
50 # if defined G4LIB_BUILD_DLL && !defined G4MULTITHREADED
51 # define G4DLLEXPORT __declspec(dllexport)
52 # define G4DLLIMPORT __declspec(dllimport)
60 # if defined G4GLOB_ALLOC_EXPORT
61 # define G4GLOB_DLL G4DLLEXPORT
62 # define G4MTGLOB_DLL __declspec(dllexport)
64 # define G4GLOB_DLL G4DLLIMPORT
65 # define G4MTGLOB_DLL __declspec(dllimport)