From fe15d68425975217f2b7b780660840661fa5ce9e Mon Sep 17 00:00:00 2001 From: rarified Date: Sun, 27 Jun 2021 10:03:15 -0600 Subject: [PATCH] Incorporate stashed fixes to build paths, hsTypes.h macro to reduce build warning noise. --- .../MSVC10Projects/Plasma/Apps/plClient/plClient.vcxproj | 8 ++++---- .../Plasma20/Sources/Plasma/CoreLib/hsTypes.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/MSVC10Projects/Plasma/Apps/plClient/plClient.vcxproj b/MOULOpenSourceClientPlugin/Plasma20/MSVC10Projects/Plasma/Apps/plClient/plClient.vcxproj index b785950a..eab0e966 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/MSVC10Projects/Plasma/Apps/plClient/plClient.vcxproj +++ b/MOULOpenSourceClientPlugin/Plasma20/MSVC10Projects/Plasma/Apps/plClient/plClient.vcxproj @@ -426,12 +426,12 @@ %(PreprocessorDefinitions) %(PreprocessorDefinitions) - \Plasma20\Plasma20\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) - \Plasma20\Plasma20\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) + ..\..\..\..\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) + ..\..\..\..\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) %(PreprocessorDefinitions) %(PreprocessorDefinitions) - \Plasma20\Plasma20\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) - \Plasma20\Plasma20\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) + ..\..\..\..\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) + ..\..\..\..\Sources\Plasma\Apps\plClient\res;%(AdditionalIncludeDirectories) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h index 254eac17..8beec654 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h @@ -597,7 +597,7 @@ void DebugMsgV (const char fmt[], va_list args); #ifdef PLASMA_EXTERNAL_RELEASE #define hsStatusMessage(x) NULL_STMT - #define hsStatusMessageF(x,y) NULL_STMT + #define hsStatusMessageF(x, ...) NULL_STMT #else /* Not external release */