From a7486944eaf6f19e347e36f18a0269f158ae1e2b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 19 Jan 2011 13:44:21 -0800 Subject: [PATCH] The clipboard API was missing from the 2010 project --- VisualC/SDL/SDL_VS2010.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index 075d9ba34..22bfe0056 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -235,6 +235,7 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" + @@ -386,6 +387,7 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" + @@ -458,4 +460,4 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" - + \ No newline at end of file