From c2e7e4a2fb51f449055c3cb0b0e67d096b048e39 Mon Sep 17 00:00:00 2001 From: gabest11 Date: Wed, 23 Feb 2011 23:40:37 +0000 Subject: [PATCH] GSdx: SDL_assert.h fixed for vs2008. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4349 96395faa-99c1-11dd-bbfe-3dabce05a288 --- .../VisualC/SDL/SDL_VS2008.vcproj | 10 ++--- 3rdparty/SDL-1.3.0-5387/include/SDL_assert.h | 38 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/3rdparty/SDL-1.3.0-5387/VisualC/SDL/SDL_VS2008.vcproj b/3rdparty/SDL-1.3.0-5387/VisualC/SDL/SDL_VS2008.vcproj index 9c863f9100..72a651b7c5 100644 --- a/3rdparty/SDL-1.3.0-5387/VisualC/SDL/SDL_VS2008.vcproj +++ b/3rdparty/SDL-1.3.0-5387/VisualC/SDL/SDL_VS2008.vcproj @@ -1,7 +1,7 @@ = 199901L) /* C99 supports __func__ as a standard. */ # define SDL_FUNCTION __func__ #elif ((__GNUC__ >= 2) || defined(_MSC_VER))