diff --git a/Build/VS2010/Plasma/Apps/plClient/plClient.vcxproj b/Build/VS2010/Plasma/Apps/plClient/plClient.vcxproj
index 6c030412..060030e7 100644
--- a/Build/VS2010/Plasma/Apps/plClient/plClient.vcxproj
+++ b/Build/VS2010/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/Sources/Plasma/CoreLib/hsTypes.h b/Sources/Plasma/CoreLib/hsTypes.h
index 254eac17..8beec654 100644
--- a/Sources/Plasma/CoreLib/hsTypes.h
+++ b/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 */