1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-07 02:30:19 -05:00

Fixed compilation error in internets.inc

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@541 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2010-02-20 23:12:51 +00:00
parent 63f2367d19
commit 81b12fd019

View File

@ -5,7 +5,7 @@ end;
function ps_InitializeHTTPClient(HandleCookies, HandleRedirects: Boolean): Integer; extdecl;
begin
result := CurrThread.MInternet.CreateHTTPClient(HandleCookies); extdecl;
result := CurrThread.MInternet.CreateHTTPClient(HandleCookies);
end;
procedure ps_FreeHTTPClient(Client: Integer); extdecl;