mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 14:08:05 +02:00
Fix compilation failure for Windows targets
git-svn-id: trunk@38666 -
This commit is contained in:
parent
9f814c82ba
commit
b8cfaeda08
@ -1,11 +1,10 @@
|
||||
program app_test_core;
|
||||
|
||||
{$H+}
|
||||
{$inline on}
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
{$APPTYPE CONSOLE}
|
||||
{$ELSE !MSWINDOWS}
|
||||
{$H+}
|
||||
{$ENDIF !MSWINDOWS}
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user