[Bug 37243] 64-bit Scuffham S-Gear v2.4 crashes on startup (needs 'K32EnumDeviceDrivers' implementation/semi-stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 19 09:53:55 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=37243

--- Comment #6 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, obviously still present.

Source:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/kernel32/file.c#l2833

--- snip ---
2833 BOOL WINAPI K32EnumDeviceDrivers(void **image_base, DWORD cb, DWORD
*needed)
2834 {
2835     FIXME("(%p, %d, %p): stub\n", image_base, cb, needed);
2836 
2837     if (needed)
2838         *needed = 0;
2839 
2840     return TRUE;
2841 }
--- snip ---

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list