[Wine] Re: NinjaTrader 6.5

qwertymn wineforum-user at winehq.org
Thu Apr 17 14:31:18 CDT 2008


try this patch:

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 429867a..a35ef08 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -3113,6 +3113,7 @@ BOOL WINAPI FindNextUrlCacheEntryW(
   LPDWORD lpdwNextCacheEntryInfoBufferSize
 )
 {
+    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
     FIXME("(%p, %p, %p) stub\n", hEnumHandle, lpNextCacheEntryInfo, lpdwNextCacheEntryInfoBufferSize);
     return FALSE;
 }


I tested it, and then the doenload starts. I'll senfd it to wine-patches







More information about the wine-users mailing list