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.

36 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 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__99CC45B9_C1C8_11D2_88F3_00C04F79F800__INCLUDED_)
  15. #define AFX_STDAFX_H__99CC45B9_C1C8_11D2_88F3_00C04F79F800__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 <afxwin.h> // MFC core and standard components
  21. #include <afxext.h> // MFC extensions
  22. // #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  23. #ifndef _AFX_NO_AFXCMN_SUPPORT
  24. // #include <afxcmn.h> // MFC support for Windows Common Controls
  25. #endif // _AFX_NO_AFXCMN_SUPPORT
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__99CC45B9_C1C8_11D2_88F3_00C04F79F800__INCLUDED_)