Files
UnrealEngine/Engine/Source/Runtime/AutoRTFM/Private/WindowsHeader.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

13 lines
244 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "BuildMacros.h"
#if AUTORTFM_PLATFORM_WINDOWS
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <tchar.h>
#include <Windows.h>
#endif // AUTORTFM_PLATFORM_WINDOWS