Zhiyi Zhang (@zhiyi) commented about dlls/win32u/driver.c:
return E_NOTIMPL;
}
-static BOOL nulldrv_EnumDisplaySettingsEx( LPCWSTR name, DWORD num, LPDEVMODEW mode, DWORD flags ) +static INT nulldrv_EnumDisplaySettingsEx( LPCWSTR name, DWORD num, LPDEVMODEW mode, DWORD flags ) {
- return FALSE;
- return -1; /* use default implementation */
As I said, keep what's in nulldrv in nulldrv_* functions. This is making things messy.