From 3a47e56c996089e9d3f9a1f6980bc7c3d0091f7e Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Fri, 15 Jan 2016 17:43:16 -0500 Subject: [PATCH] Application will now compile with /MT command line (static-linked runtime library). Removed unnecessary include. --- UDK GUID Reader/Main.c | 1 - UDK GUID Reader/UDK GUID Reader.vcxproj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/UDK GUID Reader/Main.c b/UDK GUID Reader/Main.c index 129fa1e..67a366a 100644 --- a/UDK GUID Reader/Main.c +++ b/UDK GUID Reader/Main.c @@ -20,7 +20,6 @@ #include #include -#include int main(int argc, const char **args) { diff --git a/UDK GUID Reader/UDK GUID Reader.vcxproj b/UDK GUID Reader/UDK GUID Reader.vcxproj index f7adb85..eab9f5e 100644 --- a/UDK GUID Reader/UDK GUID Reader.vcxproj +++ b/UDK GUID Reader/UDK GUID Reader.vcxproj @@ -98,6 +98,7 @@ true true true + MultiThreaded true