https://bugs.winehq.org/show_bug.cgi?id=45963 --- Comment #7 from Gerold <Gerold.Ruhland(a)gmx-topmail.de> --- (In reply to Alistair Leslie-Hughes from comment #6)
Only having them in the spec means that GetProcAddress will return a non-NULL address however it will crash if the function is actually called.
Thanks for adding the stubs for staging. The program does not use these functions. I checked with IDA. It's only using GetProcAddress to get the address of these 2 functions and many other exported functions in SetupApi.DLL (I stopped counting after 300 and as far as I know, the SetupApi.DLL in Windows 7 has more than 600 exported functions). In fact, it looks like the program is using only 5 functions from the DLL. So no problem, if these functions are only stubs. -- 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.