Return flag for DRVM_MAPPER_PREFERRED_GET.

This commit is contained in:
Robert Reif 2004-12-17 19:04:28 +00:00 committed by Alexandre Julliard
parent eb3113dc5c
commit 7b53f635f7
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ UINT MMDRV_PhysicalFeatures(LPWINE_MLD mld, UINT uMsg, DWORD dwParam1,
case DRVM_MAPPER_PREFERRED_GET:
/* FIXME: get from registry someday */
*((LPDWORD)dwParam1) = -1; /* No preferred device */
*((LPDWORD)dwParam2) = 0;
break;
case DRV_QUERYDEVICEINTERFACE: