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.

39 lines
1.3 KiB

  1. ////////////////////////////////////////////////////////////////////////////
  2. //--------------------------------------------------------------------------
  3. // Copyright (c) 1999-2000 Microsoft Corporation. All Rights Reserved.
  4. //
  5. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  6. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  7. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  8. // PARTICULAR PURPOSE.
  9. //--------------------------------------------------------------------------
  10. ////////////////////////////////////////////////////////////////////////////
  11. // stdafx.h : include file for standard system include files,
  12. // or project specific include files that are used frequently, but
  13. // are changed infrequently
  14. //
  15. #if !defined(AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_)
  16. #define AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. #define VC_EXTRALEAN
  21. #include <stdio.h>
  22. // TODO: reference additional headers your program requires here
  23. #import "msxml3.dll" no_auto_exclude named_guids raw_interfaces_only
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  26. #endif // !defined(AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_)