// 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

@@ -327,6 +327,7 @@ const
con_write_string: procedure(Str: PKolibriChar; Length: LongWord); stdcall = nil;
{$IFNDEF KolibriOS}
{$I KoW\WinAPI.inc}
{$I KoW\SysAPI.inc}
{$ENDIF}