https://bugs.winehq.org/show_bug.cgi?id=37243
--- Comment #6 from Anastasius Focht focht@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