Commit 08a11479 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added a --winver nt40 hint to VxD error message.

parent 60ebbefe
......@@ -330,7 +330,7 @@ HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
if (!strncasecmp( info->name, filename, strlen(info->name) ))
return FILE_CreateDevice( info->id | 0x10000, access, sa );
FIXME( "Unknown VxD %s\n", filename);
FIXME( "Unknown VxD %s. Try --winver nt40 !\n", filename);
SetLastError( ERROR_FILE_NOT_FOUND );
return HFILE_ERROR;
}
......
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