You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Sebastian.Nordgren #jira UE-175587 #rnx #preflight 63d8ec967a39a18021c168bf - The DDC module can now invoke the 'DesktopPlatform' module when trying to set up the interactive ddc login. At the moment the 'DerivedDataCache' module only links to the includes with no dependency on the module itself so as a short term fix I am adding a dependency from the tool itself. - The interactive login process relies on our basic OS message dialogs. On windows this requires that the .rc file in the 'Launch' module be included otherwise the message dialog will not be shown. We don't want a dependency on that module directly as it is super heavy weight but we can add our own .rc file for the tool and inside that include the .rc file of the 'Launch' module. [CL 23926364 by paul chipchase in ue5-main branch]
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include <windows.h>
|
|
#include "Runtime/Launch/Resources/Version.h"
|
|
#include "Runtime/Launch/Resources/Windows/PCLaunch.rc" |