Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.4 KiB

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. stdafx.h
  6. Abstract:
  7. Author:
  8. Rahul Thombre (RahulTh) 4/30/1998
  9. Revision History:
  10. 4/30/1998 RahulTh
  11. Created this module.
  12. --*/
  13. // stdafx.h : include file for standard system include files,
  14. // or project specific include files that are used frequently, but
  15. // are changed infrequently
  16. //
  17. #if !defined(AFX_STDAFX_H__10D3BB09_9CFF_11D1_A5ED_00C04FC252BD__INCLUDED_)
  18. #define AFX_STDAFX_H__10D3BB09_9CFF_11D1_A5ED_00C04FC252BD__INCLUDED_
  19. #if _MSC_VER >= 1000
  20. #pragma once
  21. #endif // _MSC_VER >= 1000
  22. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  23. #include <afxwin.h> // MFC core and standard components
  24. #include <afxext.h> // MFC extensions
  25. #include <afxdisp.h> // MFC OLE automation classes
  26. #include <afxpriv.h> // MFC support for context sensitive help
  27. #ifndef _AFX_NO_AFXCMN_SUPPORT
  28. #include <afxcmn.h> // MFC support for Windows Common Controls
  29. #endif // _AFX_NO_AFXCMN_SUPPORT
  30. #include <shlobj.h>
  31. #include <shlobjp.h>
  32. #include <shlwapi.h>
  33. #include <rpc.h>
  34. #include <afxcview.h>
  35. #include <dlgs.h>
  36. #include <cpl.h>
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_STDAFX_H__10D3BB09_9CFF_11D1_A5ED_00C04FC252BD__INCLUDED_)