// stdafx.h : ��ϵͳ�����ļ��İ����ļ��� // ���Ǿ���ʹ�õ��������ĵ� // �ض�����Ŀ�İ����ļ� // #pragma once #include "targetver.h" #define WIN32_LEAN_AND_MEAN // �� Windows ͷ���ų�����ʹ�õ����� #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // ijЩ CString ���캯��������ʽ�� #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // �� Windows ͷ���ų�����ʹ�õ����� #endif #include <afx.h> #include <afxwin.h> // MFC ��������ͱ���� #include <afxext.h> // MFC ��չ #ifndef _AFX_NO_OLE_SUPPORT #include <afxdtctl.h> // MFC �� Internet Explorer 4 �����ؼ���֧�� #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC �� Windows �����ؼ���֧�� #endif // _AFX_NO_AFXCMN_SUPPORT #include <iostream> // Windows ͷ�ļ�: #include <windows.h> // TODO: �ڴ˴����ó�����Ҫ������ͷ�ļ�