From eafaa0751ca28460eb878bc6b4cb353fd271d26f Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 7 Jun 2007 13:12:55 +0000 Subject: [PATCH] adding get FourCC working now svn path=/trunk/; revision=27049 --- reactos/dll/directx/ddraw/startup.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/reactos/dll/directx/ddraw/startup.c b/reactos/dll/directx/ddraw/startup.c index d4b24cbabea..76388a56765 100644 --- a/reactos/dll/directx/ddraw/startup.c +++ b/reactos/dll/directx/ddraw/startup.c @@ -438,7 +438,6 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable) return DD_FALSE; } -#if 0 DX_STUB_str("Trying alloc FourCCC \n"); /* Alloc mpFourCC */ @@ -449,9 +448,8 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable) if (mHALInfo.ddCaps.dwNumFourCCCodes > 0 ) { - DxHeapMemAlloc(mpFourCC, sizeof(DWORD) * 21); - - mpFourCC = (DWORD *) DxHeapMemAlloc(sizeof(DWORD) * (mHALInfo.ddCaps.dwNumFourCCCodes + 2)); + + DxHeapMemAlloc(mpFourCC, sizeof(DWORD) * (mHALInfo.ddCaps.dwNumFourCCCodes + 2)); if (mpFourCC == NULL) { @@ -462,7 +460,7 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable) } DX_STUB_str("End Trying alloc FourCCC\n"); -#endif +