UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PostWindowsApi.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#if PLATFORM_WINDOWS
7#else
8 // this file should only be included from WindowsHWrapper.h
9 #if !defined(WINDOWS_H_WRAPPER_GUARD)
10 #pragma message("WARNING: do not include Microsoft/PostWindowsApi.h directly. Use Microsoft/WindowsHWrapper.h or Microsoft/HideMicrosoftPlatformTypes.h instead")
11 #endif
12
13 #include "Microsoft/PostWindowsApiPrivate.h"
14#endif