UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MinWindows.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4// HEADER_UNIT_SKIP - Not included directly
5
6#include "HAL/Platform.h"
7
8#if PLATFORM_WINDOWS
9 #include "Windows/MinWindows.h" // HEADER_UNIT_IGNORE
10#else
11 #if !defined(WINDOWS_H_WRAPPER_GUARD)
12 #pragma message("WARNING: do not include Microsoft/MinWindows.h directly. Use Microsoft/WindowsHWrapper.h instead")
13 #endif
14
15 #include "Microsoft/MinWindowsPrivate.h"
16#endif