Commit 7b53f635 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Return flag for DRVM_MAPPER_PREFERRED_GET.

parent eb3113dc
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment