From 93a9201316f1d6d93c225664b9d667983bed5745 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 25 Aug 2018 18:38:58 +0300 Subject: [PATCH] Add _ENABLE_EXTENDED_ALIGNED_STORAGE Should fix compilation error regarding std::aligned_storage --- rpcs3_default.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3_default.props b/rpcs3_default.props index bf997d627f..3e9cfcac6a 100644 --- a/rpcs3_default.props +++ b/rpcs3_default.props @@ -13,7 +13,7 @@ true - PUGIXML_HEADER_ONLY;%(PreprocessorDefinitions) + PUGIXML_HEADER_ONLY;_ENABLE_EXTENDED_ALIGNED_STORAGE;%(PreprocessorDefinitions) true Level3 false