mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-23 17:52:16 -05:00
Merge branch 'master' into cts-rework
This commit is contained in:
commit
37183f5fd0
@ -5,7 +5,7 @@ unit internets;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math;
|
||||
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math, ssl_openssl;
|
||||
|
||||
function GetPage(URL: String): String;
|
||||
|
||||
|
@ -85,7 +85,7 @@ uses
|
||||
Classes,
|
||||
synafpc,
|
||||
{$IFNDEF MSWINDOWS}
|
||||
Libc, SysUtils;
|
||||
SysUtils;
|
||||
{$ELSE}
|
||||
Windows;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user