mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
comment out GetDOURCC data from DDHALINFO for it seam some strang crash.
svn path=/trunk/; revision=26872
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user