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