You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Wrap dbghelp.h with THIRD_PARTY_INCLUDES_START to suppress unactionable static code analysis warning
#rnx #rb trivial #preflight 6400ebdac13b7130d2789acc [CL 24486478 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
@@ -35,12 +35,14 @@
|
||||
|
||||
#include "Windows/WindowsHWrapper.h"
|
||||
#include "Windows/AllowWindowsPlatformTypes.h"
|
||||
THIRD_PARTY_INCLUDES_START
|
||||
#include <strsafe.h>
|
||||
#include <dbghelp.h>
|
||||
#include <Shlwapi.h>
|
||||
#include <psapi.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <shellapi.h>
|
||||
THIRD_PARTY_INCLUDES_END
|
||||
// Windows platform types intentionally not hidden till later
|
||||
|
||||
#ifndef UE_LOG_CRASH_CALLSTACK
|
||||
@@ -929,8 +931,10 @@ int32 ReportCrashUsingCrashReportClient(FWindowsPlatformCrashContext& InContext,
|
||||
// Original code below
|
||||
|
||||
#include "Windows/AllowWindowsPlatformTypes.h"
|
||||
THIRD_PARTY_INCLUDES_START
|
||||
#include <ErrorRep.h>
|
||||
#include <DbgHelp.h>
|
||||
THIRD_PARTY_INCLUDES_END
|
||||
#include "Windows/HideWindowsPlatformTypes.h"
|
||||
|
||||
#pragma comment(lib, "Faultrep.lib")
|
||||
|
||||
Reference in New Issue
Block a user