STDAFX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // Copyright (c) 1985-1998, Microsoft Corporation. All rights reserved.
  6. //
  7. #pragma warning(disable:4100) // 'unreferenced formal parameter'
  8. #include <afxwin.h>         // MFC core and standard components
  9. #include <afxext.h>         // MFC extensions
  10. #include <afxtempl.h>
  11. #include <customaw.h>