Leaked source code of windows server 2003
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.

44 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14. #if !defined(AFX_STDAFX_H__2F127496_0854_11D1_BC85_00C04FC298B7__INCLUDED_)
  15. #define AFX_STDAFX_H__2F127496_0854_11D1_BC85_00C04FC298B7__INCLUDED_
  16. #if _MSC_VER >= 1000
  17. #pragma once
  18. #endif // _MSC_VER >= 1000
  19. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  20. // Include the template class(s)
  21. #include <afxtempl.h>
  22. // Include multi-thread classes
  23. #include <afxmt.h>
  24. #include <afxwin.h> // MFC core and standard components
  25. #include <afxext.h> // MFC extensions
  26. #include <afxdisp.h> // MFC OLE automation classes
  27. #ifndef _AFX_NO_AFXCMN_SUPPORT
  28. #include <afxcmn.h> // MFC support for Windows Common Controls
  29. #endif // _AFX_NO_AFXCMN_SUPPORT
  30. #include <atlconv.h> // ATL Conversion macros
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_STDAFX_H__2F127496_0854_11D1_BC85_00C04FC298B7__INCLUDED_)