mirror of https://github.com/tongzx/nt5src
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
39 lines
1.3 KiB
////////////////////////////////////////////////////////////////////////////
|
|
//--------------------------------------------------------------------------
|
|
// Copyright (c) 1999-2000 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//--------------------------------------------------------------------------
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#if !defined(AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_)
|
|
#define AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#define VC_EXTRALEAN
|
|
|
|
#include <stdio.h>
|
|
|
|
// TODO: reference additional headers your program requires here
|
|
|
|
#import "msxml3.dll" no_auto_exclude named_guids raw_interfaces_only
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__DDD12AB8_AB09_11D2_9CDE_0060B0EC3D39__INCLUDED_)
|