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.

41 lines
1.4 KiB

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