WIN32 to WINDOWS changes
This commit is contained in:
parent
511c840d61
commit
9d223637a9
|
@ -356,7 +356,7 @@ Begin
|
|||
Screen.SetRawMode(True);
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
Screen.SetWindowTitle (WinConsoleTitle + strI2S(Session.NodeNum));
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ Procedure ExecuteDoor (Format: Byte; Cmd: String);
|
|||
Implementation
|
||||
|
||||
Uses
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
m_Types,
|
||||
|
@ -206,7 +206,7 @@ Begin
|
|||
Close (tFile);
|
||||
End;
|
||||
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
Procedure Shell_DOOR32 (Cmd : String);
|
||||
Var
|
||||
PI : TProcessInformation;
|
||||
|
@ -326,7 +326,7 @@ Begin
|
|||
{$ENDIF}
|
||||
End;
|
||||
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
If Format = 4 Then
|
||||
Shell_DOOR32(Temp)
|
||||
Else
|
||||
|
|
|
@ -70,7 +70,7 @@ Begin
|
|||
Write (ChatFile, Chat);
|
||||
Close (ChatFile);
|
||||
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
Screen.SetWindowTitle (WinConsoleTitle + strI2S(Session.NodeNum) + ' - ' + Session.User.ThisUser.Handle + ' - ' + Action);
|
||||
{$ENDIF}
|
||||
End;
|
||||
|
|
|
@ -997,7 +997,7 @@ End;
|
|||
|
||||
Procedure TInterpEngine.FileWriteLine (Var F: File; Str: String);
|
||||
Begin
|
||||
{$IFDEF WIN32}
|
||||
{$IFDEF WINDOWS}
|
||||
Str := Str + #13#10;
|
||||
{$ENDIF}
|
||||
{$IFDEF UNIX}
|
||||
|
|
Loading…
Reference in New Issue