- #ifndef __ZT_RUNTIMEDEPOT_IMPL
- #define __ZT_RUNTIMEDEPOT_IMPL
- #ifdef RUNTIMEDEPOT_IMPL
- #define RUNTIMEDEPOTDLLEXPORT _declspec(dllexport)
- #else
- #define RUNTIMEDEPOTDLLEXPORT _declspec(dllimport)
- #endif
- #include "Objectdepot.h"
- #include "CheckProcess.h"
- #include "Markup.h"
- #endif
|