fix stupied bug in GetDeviceIdentifier/GetDeviceIdentifier7,

spotted by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 


svn path=/trunk/; revision=30709
This commit is contained in:
Magnus Olsen 2007-11-23 23:36:53 +00:00
parent be9c3ff7cb
commit 267c6c63f9

View file

@ -98,7 +98,7 @@ Main_DirectDraw_GetDeviceIdentifier7(LPDDRAWI_DIRECTDRAW_INT This,
break;
}
if (!_stricmp(DisplayDeviceA.DeviceName, This->lpLcl->lpGbl->cDriverName))
if (_stricmp(DisplayDeviceA.DeviceName, This->lpLcl->lpGbl->cDriverName) != 0)
{
/* if we got another device like hardware mpeg decoder or video card or another drv */
found = TRUE;