StdAfx.h
上传用户:szcanmei
上传日期:2007-01-02
资源大小:48k
文件大小:1k
源码类别:

菜单

开发平台:

Visual C++

  1. // A flat popup menu for controls
  2. // Copyright (c) 1999 Andy Brown <andy@mirage.dabsol.co.uk>
  3. // You may do whatever you like with this file, I just don't care.
  4. #if !defined(AFX_STDAFX_H__570E5253_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)
  5. #define AFX_STDAFX_H__570E5253_6392_11D3_A25F_0000B45C6D5E__INCLUDED_
  6. #pragma once
  7. #define VC_EXTRALEAN
  8. #include <afxwin.h>     // MFC core and standard components
  9. #include <afxext.h>     // MFC extensions
  10. #include <afxcmn.h> // MFC support for Windows Common Controls
  11. #include <vector>
  12. #include <string>
  13. //{{AFX_INSERT_LOCATION}}
  14. #endif // !defined(AFX_STDAFX_H__570E5253_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)