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

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__INCLUDED_)
  2. #define AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__INCLUDED_
  3. // stdafx.h : include file for standard system include files,
  4. //  or project specific include files that are used frequently, but
  5. //      are changed infrequently
  6. //
  7. // This is a part of the Microsoft Foundation Classes C++ library.
  8. // Copyright (C) 1992-1998 Microsoft Corporation
  9. // All rights reserved.
  10. //
  11. // This source code is only intended as a supplement to the
  12. // Microsoft Foundation Classes Reference and related
  13. // electronic documentation provided with the library.
  14. // See these sources for detailed information regarding the
  15. // Microsoft Foundation Classes product.
  16. #include <afx.h>
  17. #include <afxwin.h>
  18. #include <afxmt.h>      // for synchronization objects
  19. #include <afxext.h>
  20. #include <afxisapi.h>
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__INCLUDED)