升龙物业 老版本 ocx IPO, 加密狗 转值班电话

CrashFileNames.h 815B

12345678910111213141516171819202122232425
  1. // CrashFileNames.h Version 1.4
  2. //
  3. // Author: Hans Dietrich
  4. // hdietrich2@hotmail.com
  5. //
  6. // This software is released into the public domain.
  7. // You are free to use it in any way you like, except
  8. // that you may not sell this source code.
  9. //
  10. // This software is provided "as is" with no expressed
  11. // or implied warranty. I accept no liability for any
  12. // damage or loss of business that this software may cause.
  13. //
  14. ///////////////////////////////////////////////////////////////////////////////
  15. #ifndef CRASHFILENAMES_H
  16. #define CRASHFILENAMES_H
  17. #define XCRASHREPORT_MINI_DUMP_FILE _T("CRASH.DMP")
  18. #define XCRASHREPORT_ERROR_LOG_FILE _T("ERRORLOG.TXT")
  19. //#define XCRASHREPORT_REGISTRY_DUMP_FILE _T("REGISTRY.TXT")
  20. #define XCRASHREPORT_CRASH_REPORT_APP _T("CrashReport.bat")
  21. #endif //CRASHFILENAMES_H