19 Sep
2015
19 Sep
'15
2:53 p.m.
https://bugs.winehq.org/show_bug.cgi?id=37243 --- Comment #6 from Anastasius Focht <focht(a)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.