From 2e51fcbf1f90205d7e70e9e985dfc5f605fb9e29 Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 24 Mar 2009 04:11:41 +0000 Subject: [PATCH] win32: somehow zip loading got left out of the vs2005 debug vcproj. i think there may have been some reason why, but i dont remember it --- desmume/src/windows/DeSmuME_2005.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/DeSmuME_2005.vcproj b/desmume/src/windows/DeSmuME_2005.vcproj index 262333006..405b81437 100644 --- a/desmume/src/windows/DeSmuME_2005.vcproj +++ b/desmume/src/windows/DeSmuME_2005.vcproj @@ -51,7 +51,7 @@ EnableFiberSafeOptimizations="false" WholeProgramOptimization="false" AdditionalIncludeDirectories=".;..;.\zlib123;.\zziplib;.\gdiplus" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;BETA_VERSION;SPU_INTERPOLATE;HAVE_LIBZ;NOMINMAX;DEBUG;WANTPROGINFO" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;BETA_VERSION;SPU_INTERPOLATE;HAVE_LIBZ;HAVE_LIBZZIP;NOMINMAX;DEBUG;WANTPROGINFO" ExceptionHandling="1" BufferSecurityCheck="false" EnableEnhancedInstructionSet="0"