https://bugs.winehq.org/show_bug.cgi?id=45963 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com Status|NEW |STAGED --- Comment #6 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- I've added the stubs to staging. (In reply to Gerold from comment #5)
As far as I understand how WINE works, it looks like all to do is adding TWO lines (@ stub function name) in the setupapi.spec file for the missing functions (and creating a new setupapi.dll.so file). That way, GetProcAddress would NOT return NULL and the program I tried to use with WINE or CrossOver would run. Is this right? Does not seem to be much work.
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. Knowing which installer to test with would help. -- 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.