UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsHWrapper.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "HAL/Platform.h"
5
6#if PLATFORM_WINDOWS
7 #include "Windows/WindowsHWrapper.h" // HEADER_UNIT_IGNORE
8#else
9 #include "CoreTypes.h"
10 #include "HAL/PlatformMemory.h"
11
12 #if defined(WINDOWS_H_WRAPPER_GUARD)
13 #error WINDOWS_H_WRAPPER_GUARD already defined
14 #endif
15 #define WINDOWS_H_WRAPPER_GUARD
16
17 #include "Microsoft/PreWindowsApiPrivate.h"
18 #ifndef STRICT
19 #define STRICT
20 #endif
21 #include "Microsoft/MinWindowsPrivate.h"
22 #include "Microsoft/PostWindowsApiPrivate.h"
23
24 #undef WINDOWS_H_WRAPPER_GUARD
25#endif