On 20.11.2015 0:22, Stefan Leichter wrote:
for https://bugs.winehq.org/show_bug.cgi?id=34022
Signed-off-by: Stefan Leichter Stefan.Leichter@camLine.com
dlls/urlmon/urlmon.spec | 1 + dlls/urlmon/urlmon_main.c | 9 +++++++++ 2 files changed, 10 insertions(+)
+BOOL WINAPI urlmon_414(LONG l1, LONG l2)
Where does this prototype come from? Also doesn't IE8 provide urlmon?
Am 19.11.2015 um 22:33 schrieb Nikolay Sivov:
On 20.11.2015 0:22, Stefan Leichter wrote:
for https://bugs.winehq.org/show_bug.cgi?id=34022
Signed-off-by: Stefan Leichter Stefan.Leichter@camLine.com
dlls/urlmon/urlmon.spec | 1 + dlls/urlmon/urlmon_main.c | 9 +++++++++ 2 files changed, 10 insertions(+)
+BOOL WINAPI urlmon_414(LONG l1, LONG l2)
Where does this prototype come from? Also doesn't IE8 provide urlmon?
The prototype is from a +snoop log.
0038:CALL urlmon.414(<unknown, check return>) ret=6301a69f 0038:RET urlmon.414(00000070,00000001) retval=00000000 ret=6301a69f
Bug #34002 is about running ie8 with native wininet and builtin urlmon.
Stefan Leichter Stefan.Leichter@camLine.com writes:
Am 19.11.2015 um 22:33 schrieb Nikolay Sivov:
Where does this prototype come from? Also doesn't IE8 provide urlmon?
The prototype is from a +snoop log.
0038:CALL urlmon.414(<unknown, check return>) ret=6301a69f 0038:RET urlmon.414(00000070,00000001) retval=00000000 ret=6301a69f
Bug #34002 is about running ie8 with native wininet and builtin urlmon.
Mix and match of IE native dlls with builtins is not an interesting case nowadays. We should fix the wininet bug and use builtin.