From: beware Date: Thu, 13 Mar 2014 05:44:04 +0000 (+0000) Subject: typo fix X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/8a616f3f3967a8446407e6a63f675d19191ad568 typo fix git-svn-id: file:///svnroot/lcore/trunk@131 b1de8a11-f9be-4011-bde0-cc7ace90066a --- diff --git a/unitwindowobject.pas b/unitwindowobject.pas index 706c6a3..48c356b 100644 --- a/unitwindowobject.pas +++ b/unitwindowobject.pas @@ -165,7 +165,7 @@ var MsgRec : TMsg; begin while GetMessage(MsgRec, hwnd(0), 0, 0) do begin - {$ifdef mswindowss} + {$ifdef mswindows} TranslateMessage(MsgRec); {$endif} DispatchMessage(MsgRec);