mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
comment out GetDOURCC data from DDHALINFO for it seam some strang crash.
svn path=/trunk/; revision=26872
This commit is contained in:
parent
96b50f2d59
commit
e9753c14a8
1 changed files with 4 additions and 2 deletions
|
@ -472,7 +472,7 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
|
|||
}
|
||||
|
||||
DX_STUB_str("Here\n");
|
||||
|
||||
#if 0
|
||||
/* Alloc mpFourCC */
|
||||
mpFourCC = NULL;
|
||||
if (mHALInfo.ddCaps.dwNumFourCCCodes > 0 )
|
||||
|
@ -486,7 +486,9 @@ StartDirectDrawHal(LPDIRECTDRAW iface, BOOL reenable)
|
|||
}
|
||||
}
|
||||
DX_STUB_str("Here\n");
|
||||
|
||||
#else
|
||||
mpFourCC = NULL;
|
||||
#endif
|
||||
/* Alloc mpTextures */
|
||||
#if 0
|
||||
mpTextures = NULL;
|
||||
|
|
Loading…
Reference in a new issue