mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-23 07:33:49 +02:00
// 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:
@@ -73,11 +73,9 @@ procedure Delay(Milliseconds: LongWord);
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
{$IFDEF KolibriOS}
|
||||
uses
|
||||
KolibriOS;
|
||||
{$ELSE}
|
||||
Windows;
|
||||
{$ENDIF}
|
||||
|
||||
var
|
||||
|
Reference in New Issue
Block a user