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