* Applied patch from stephano, bug ID .

git-svn-id: trunk@27776 -
This commit is contained in:
michael 2014-05-11 18:11:07 +00:00
parent 042e6243a3
commit 490a8f9421

View File

@ -198,7 +198,7 @@ end;
Type
TWinMsgClientComm = Class(TIPCClientComm)
Private
FWindowName: String;
FWindowName: WideString;
FHWND : HWnd;
Public
Constructor Create(AOWner : TSimpleIPCClient); override;
@ -206,7 +206,7 @@ Type
Procedure Disconnect; override;
Procedure SendMessage(MsgType : TMessageType; Stream : TStream); override;
Function ServerRunning : Boolean; override;
Property WindowName : String Read FWindowName;
Property WindowName : WideString Read FWindowName;
end;