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// #TODO: redirect to platform-agnostic version for the time being. Eventually this will become an error
5#include "HAL/Platform.h"
6#if !PLATFORM_WINDOWS
8#else
9
10#include "CoreTypes.h"
11#include "HAL/PlatformMemory.h"
12
13#if defined(WINDOWS_H_WRAPPER_GUARD)
14#error WINDOWS_H_WRAPPER_GUARD already defined
15#endif
16#define WINDOWS_H_WRAPPER_GUARD
17
19#ifndef STRICT
20#define STRICT
21#endif
22#include "Windows/MinWindows.h"
24
25#undef WINDOWS_H_WRAPPER_GUARD
26
27#endif //PLATFORM_*