Go to the documentation of this file.
6#if defined(TDME2_DLL_EXPORT)
7 #define STATIC_DLL_IMPEXT __declspec(dllexport)
8#elif defined(TDME2_DLL_IMPORT)
9 #define STATIC_DLL_IMPEXT __declspec(dllimport)
11 #define STATIC_DLL_IMPEXT
14#if INTPTR_MAX == INT64_MAX
16#elif INTPTR_MAX == INT32_MAX
19 #error "Unknown register width or missing size macros"