+ define EOL_ONE_CHAR for the WASI platform

This commit is contained in:
Nikolay Nikolov 2025-02-25 13:18:44 +02:00
parent 6286ff38cc
commit fa384956d6

View File

@ -28,6 +28,9 @@ program msg2inc;
{$ifdef macos}
{$define EOL_ONE_CHAR}
{$endif}
{$ifdef wasi}
{$define EOL_ONE_CHAR}
{$endif}
const
version='1.00';