mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
win64: misc pointer truncation fixes
This commit is contained in:
@@ -425,7 +425,7 @@ DWORD __stdcall DownloadThread( void *voidPtr )
|
||||
//Thread_DPrintf( "Requesting full download\n%s", headers );
|
||||
}
|
||||
|
||||
rc.hDataResource = InternetOpenUrl(rc.hOpenResource, fullURL, headerPtr, headerLen, flags,(DWORD)(&rc) );
|
||||
rc.hDataResource = InternetOpenUrl(rc.hOpenResource, fullURL, headerPtr, headerLen, flags, (DWORD_PTR)(&rc) );
|
||||
|
||||
// send the request off
|
||||
if ( !rc.hDataResource )
|
||||
|
||||
Reference in New Issue
Block a user