// Put all WinAPI definitions to single include file

Be independent from Delphi versions 7 and below, merge all imports (Delphi linker workaround).
This commit is contained in:
2021-01-16 06:26:56 +03:00
parent f3b9eb0296
commit 3317a0088d
8 changed files with 202 additions and 126 deletions

View File

@@ -73,11 +73,9 @@ procedure Delay(Milliseconds: LongWord);
implementation
uses
{$IFDEF KolibriOS}
uses
KolibriOS;
{$ELSE}
Windows;
{$ENDIF}
var