CIS fixes for 2045858

[CL 2045863 by Ben Marsh in Main branch]
This commit is contained in:
Ben Marsh
2014-04-23 18:47:20 -04:00
committed by UnrealBot
parent bb9193b03a
commit 6c05d84ef1
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
};

View File

@@ -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