Commit 895d4f10 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Give both --winver nt40 and win31 for VxD warning, as some programs

work with win31.
parent 5b7e1810
......@@ -329,7 +329,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. Try --winver nt40 !\n", filename);
FIXME( "Unknown VxD %s. Try --winver nt40 or win31 !\n", filename);
SetLastError( ERROR_FILE_NOT_FOUND );
return 0;
}
......
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