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