windows-nt/Source/XPSP1/NT/enduser/windows.com/lib/wusafefn/stdafx.h
2020-09-26 16:20:57 +08:00

23 lines
456 B
C

/******************************************************************************
Copyright (c) 2002 Microsoft Corporation
Module Name:
StdAfx.h
Abstract:
precompiled header
******************************************************************************/
#pragma once
#define _WIN32_WINNT 0x0500 // some functionality is Win2000+ only
#include <windows.h>
#include <tchar.h>
#include <wusafefn.h>
#include <iucommon.h>
#include <mistsafe.h>