Go to the documentation of this file.
39# if defined G4RUN_ALLOC_EXPORT
40# define G4RUN_DLL G4DLLEXPORT
42# define G4RUN_DLL G4DLLIMPORT
48#if defined(WIN32) && defined(G4LIB_BUILD_DLL)
49# if defined G4RUN_ALLOC_EXPORT
50# define G4MTRUN_DLL __declspec(dllexport)
52# define G4MTRUN_DLL __declspec(dllimport)