winedevice: eliminate some globals

Alexandre Julliard julliard at winehq.org
Fri Apr 15 08:43:27 CDT 2011


Damjan Jovanovic <damjan.jov at gmail.com> writes:

> Changelog:
> * winedevice: eliminate some globals
>
> The long term goal of this patch is to make the driver loading code
> reusable for loading drivers outside winedevice, for use with USB
> drivers etc.

It doesn't work here:

../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so file.c && touch file.ok
file.c:931: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\ err=5 should be 3
file.c:931: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\removeme\ err=5 should be 3
file.c:931: Tests skipped: Either no authority to volume, or is todo_wine for C:\ err=5 should be 3
file.c:944: Test failed: CreateFileA failed on \\?\C:, hFile 0xffffffff, err=2, should be 0
file.c:931: Tests skipped: Either no authority to volume, or is todo_wine for \\?\C:\ err=5 should be 3
file.c:1000: Test failed: CreateFileA did not open \\?\C:, last error=2
file.c:1059: Test failed: CreateFileA did not open \\.\C:, last error=2
file.c:1078: Test failed: GetVolumeNameForVolumeMountPointA failed, for C:\, last error=2
file.c:1157: Test failed: GetVolumeNameForVolumeMountPointA not functioning
make: *** [file.ok] Error 5

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list