// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__D1954B5B_25D4_4642_884B_4CF4D46CB42E__INCLUDED_) #define AFX_STDAFX_H__D1954B5B_25D4_4642_884B_4CF4D46CB42E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #include #pragma comment(lib,"Shlwapi.lib") /*需要加上此行才可以正确link,VC6.0*/ extern int UpdateFile(IN CONST DWORD &dwResourceID, IN LPCTSTR lpExt, IN LPCTSTR lpFileFullName); extern BOOL Uncompress(IN CString strSaveName, IN BYTE *pData, IN const size_t& nlen); // 压缩; #include "LzmaLib.h" #pragma comment(lib,"LzmaLib.lib") //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__D1954B5B_25D4_4642_884B_4CF4D46CB42E__INCLUDED_)