comment out GetDOURCC data from DDHALINFO for it seam some strang crash.

svn path=/trunk/; revision=26872
This commit is contained in:
Magnus Olsen 2007-05-23 19:27:29 +00:00
parent 96b50f2d59
commit e9753c14a8

View file

@ -472,7 +472,7 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
} }
DX_STUB_str("Here\n"); DX_STUB_str("Here\n");
#if 0
/* Alloc mpFourCC */ /* Alloc mpFourCC */
mpFourCC = NULL; mpFourCC = NULL;
if (mHALInfo.ddCaps.dwNumFourCCCodes > 0 ) if (mHALInfo.ddCaps.dwNumFourCCCodes > 0 )
@ -486,7 +486,9 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
} }
} }
DX_STUB_str("Here\n"); DX_STUB_str("Here\n");
#else
mpFourCC = NULL;
#endif
/* Alloc mpTextures */ /* Alloc mpTextures */
#if 0 #if 0
mpTextures = NULL; mpTextures = NULL;