You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
CIS fixes for 2045858
[CL 2045863 by Ben Marsh in Main branch]
This commit is contained in:
@@ -30,5 +30,5 @@ private:
|
||||
int32 ParseReleaseVersion(const FString &Version);
|
||||
|
||||
TSharedPtr<FJsonObject> LoadProjectFile(const FString &FileName);
|
||||
bool FDesktopPlatformBase::SaveProjectFile(const FString &FileName, TSharedPtr<FJsonObject> Object);
|
||||
bool SaveProjectFile(const FString &FileName, TSharedPtr<FJsonObject> Object);
|
||||
};
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#include <Winver.h>
|
||||
#include "HideWindowsPlatformTypes.h"
|
||||
|
||||
#pragma comment( lib, "version.lib" )
|
||||
|
||||
#define LOCTEXT_NAMESPACE "DesktopPlatform"
|
||||
#define MAX_FILETYPES_STR 4096
|
||||
#define MAX_FILENAME_STR 65536 // This buffer has to be big enough to contain the names of all the selected files as well as the null characters between them and the null character at the end
|
||||
|
||||
Reference in New Issue
Block a user