RunTimeDepot.h 285 B

12345678910111213141516
  1. #ifndef __ZT_RUNTIMEDEPOT_IMPL
  2. #define __ZT_RUNTIMEDEPOT_IMPL
  3. #ifdef RUNTIMEDEPOT_IMPL
  4. #define RUNTIMEDEPOTDLLEXPORT _declspec(dllexport)
  5. #else
  6. #define RUNTIMEDEPOTDLLEXPORT _declspec(dllimport)
  7. #endif
  8. #include "Objectdepot.h"
  9. #include "CheckProcess.h"
  10. #include "Markup.h"
  11. #endif