摘要:
#pragma once void RunCrashHandler(); #include "MiniDump.h" #include #include #include #include #pragma comment(lib, "dbghelp.lib") inline BOOL IsDataSectionNeeded(const WCHAR* pModuleName) { ... 阅读全文
posted @ 2017-06-27 09:01
秋月的私语
阅读(601)
评论(0)
推荐(0)
摘要:
/* ******* MfcStrFile.h ********** ********* 字符串、文件、目录操作函数声明 ********** */ /* author: autumoon */ #pragma once #ifdef _X86_ #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microso... 阅读全文
posted @ 2017-06-27 09:00
秋月的私语
阅读(347)
评论(0)
推荐(0)
摘要:
#pragma once #include #include #include #include class CStdStr { public: CStdStr(); ~CStdStr(); //字符操作 static std::string AddSlashIfNeeded(const std::string strDir, const char& ... 阅读全文
posted @ 2017-06-27 08:59
秋月的私语
阅读(402)
评论(0)
推荐(0)

浙公网安备 33010602011771号