Files
UnrealEngineUWP/Engine/Source/Runtime/NetworkFileSystem
Ben Marsh 56b18f3424 Fix monolithic editor compile errors.
* IMPLEMENT_MODULE must take the module name as the second parameter.
* Some functions declared in a header but not marked as inline, causing duplicate symbol errors when linking.
* GetPathPostfix() function duplicated in two files.
* lws_debugLog function duplicated in two files.

#rb none
#codereview Josh.Adams, Mike.Beach
#lockdown Nick.Penwarden

[CL 3239521 by Ben Marsh in Main branch]
2016-12-19 08:35:11 -05:00
..