stdafx.cpp 447 B

12345678910111213
  1. // stdafx.cpp : 只包括标准包含文件的源文件
  2. // DiosBoxBase.pch 将作为预编译头
  3. // stdafx.obj 将包含预编译类型信息
  4. #include "stdafx.h"
  5. // TODO: 在 STDAFX.H 中
  6. // 引用任何所需的附加头文件,而不是在此文件中引用
  7. SimpleLog* gmotionLog = nullptr;
  8. SimpleLog *gcommLog = nullptr;
  9. SimpleLog *gdriverLog = nullptr;
  10. SimpleLog *gbusinessLog = nullptr;
  11. SimpleLog *gdigitalTwinLog = nullptr;