mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
- removed accidently commited writeln
git-svn-id: trunk@7273 -
This commit is contained in:
parent
0e429065e8
commit
b3b099f63c
@ -530,7 +530,6 @@ BEGIN
|
|||||||
Keyboard.RestoreStartMode;
|
Keyboard.RestoreStartMode;
|
||||||
{$endif defined(unix)}
|
{$endif defined(unix)}
|
||||||
{$if defined(windows)}
|
{$if defined(windows)}
|
||||||
writeln(hexstr(StartupConsoleMode,8));
|
|
||||||
SetConsoleMode(GetStdHandle(cardinal(Std_Input_Handle)),StartupConsoleMode);
|
SetConsoleMode(GetStdHandle(cardinal(Std_Input_Handle)),StartupConsoleMode);
|
||||||
{$endif defined(windows)}
|
{$endif defined(windows)}
|
||||||
StreamError:=nil;
|
StreamError:=nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user