From b014795ddeb5cc476316c22bb2de24ecec2020e5 Mon Sep 17 00:00:00 2001 From: fadedreamz Date: Thu, 8 Dec 2016 21:27:31 -0500 Subject: [PATCH] fixed wrong structure alignment build for win64 release Signed-off-by: fadedreamz --- iguana.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana.vcxproj b/iguana.vcxproj index 4ac814ee1..290de16b1 100644 --- a/iguana.vcxproj +++ b/iguana.vcxproj @@ -126,6 +126,7 @@ true true _CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + 1Byte Console @@ -145,7 +146,7 @@ true true WIN64;_WIN64;_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) - 8Bytes + 1Byte MultiThreaded