/******************************************************************************

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>

