Fix compatibility with native advpack dlls.
authorFrancois Gouget <fgouget@free.fr>
Mon, 6 Mar 2006 10:11:09 +0000 (11:11 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Mar 2006 16:51:19 +0000 (17:51 +0100)
commit9a722d0afd7672ea631b91b81fc7cb9569e15a2d
tree91b30df3800ab8a6854d61feb8eca783a777e1b4
parent69dcbaaf93a65820a28fe2485b6d15a90f423899
Fix compatibility with native advpack dlls.

Most native advpack dlls in circulation don't have RegInstallA. So
mshtml and urlmon should do a GetProcAddress() on 'RegInstall'
instead.
dlls/mshtml/main.c
dlls/urlmon/regsvr.c