From 81b972f3290779ece66c8a7dd9b3f30f27b162c9 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 10 Aug 2025 06:06:59 -0700 Subject: [PATCH] [Base, premake] Cleanup date has detected _MSVC_LANG for a while, so HAS_UNCAUGHT_EXCEPTIONS isn't needed. --- src/xenia/base/chrono.h | 2 -- third_party/pugixml.lua | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/xenia/base/chrono.h b/src/xenia/base/chrono.h index 74e890575..8f60e996e 100644 --- a/src/xenia/base/chrono.h +++ b/src/xenia/base/chrono.h @@ -13,8 +13,6 @@ #include #include -// https://github.com/HowardHinnant/date/commit/5ba1c1ad8514362dba596f228eb20eb13f63d948#r33275526 -#define HAS_UNCAUGHT_EXCEPTIONS 1 #include "third_party/date/include/date/tz.h" #include "xenia/base/clock.h" diff --git a/third_party/pugixml.lua b/third_party/pugixml.lua index b2ae8f14b..4b7f97a1b 100644 --- a/third_party/pugixml.lua +++ b/third_party/pugixml.lua @@ -4,7 +4,5 @@ project("pugixml") kind("StaticLib") language("C++") files({ - "pugixml/src/pugiconfig.hpp", "pugixml/src/pugixml.cpp", - "pugixml/src/pugixml.hpp", - }) \ No newline at end of file + })