Files
UnrealEngineUWP/Engine/Source/Developer/LowLevelTestsRunner/Public/catch_debugapi.h

14 lines
315 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#if UE_ENABLE_TESTHARNESS_ENGINE_SUPPORT
#include "Windows/WindowsHWrapper.h"
#include "Windows/AllowWindowsPlatformTypes.h"
#endif
#include <debugapi.h>
#if UE_ENABLE_TESTHARNESS_ENGINE_SUPPORT
#include "Windows/HideWindowsPlatformTypes.h"
#endif