2025-04-27 07:49:33 -04:00

23 lines
478 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>