Handle systems where the video driver regkey isn't "0000".

Merge 9x and 2k/XP probing.
This commit is contained in:
Glenn Maynard
2003-09-07 02:35:22 +00:00
parent 66f071bc96
commit 8ca499e5c6
3 changed files with 87 additions and 51 deletions
@@ -29,7 +29,7 @@ static void GetMemoryDebugInfo()
static void GetDisplayDriverDebugInfo()
{
CString sPrimaryDeviceName = GetPrimaryVideoName9xAnd2k();
CString sPrimaryDeviceName = GetPrimaryVideoName();
if( sPrimaryDeviceName == "" )
LOG->Info( "Primary display driver could not be determined." );