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.2 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. STDAFX.H
  5. History:
  6. --*/
  7. // stdafx.h : include file for standard system include files,
  8. // or project specific include files that are used frequently, but
  9. // are changed infrequently
  10. //
  11. #if !defined(AFX_STDAFX_H__9BCC8577_DEA0_11D0_A709_00C04FC2C6D8__INCLUDED_)
  12. #define AFX_STDAFX_H__9BCC8577_DEA0_11D0_A709_00C04FC2C6D8__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #include <afxtempl.h>
  20. #include <afxole.h>
  21. #include <mitutil.h>
  22. #include <MitTL.h>
  23. // Import TypeLibs before header files
  24. #include <MitWarning.h> // MIT Template Library warnings
  25. #pragma warning(ZCOM_WARNING_DISABLE)
  26. #import <TypeLibs\MitDC.tlb> named_guids, raw_method_prefix("raw_")
  27. #pragma warning(ZCOM_WARNING_DEFAULT)
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_STDAFX_H__9BCC8577_DEA0_11D0_A709_00C04FC2C6D8__INCLUDED_)