git-svn-id: https://svn.code.sf.net/p/kolmck/code@108 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2011-11-02 16:34:07 +00:00
parent db2cb380c7
commit 0f9b11b138
4 changed files with 57 additions and 12 deletions

View File

@ -3,6 +3,12 @@
-- included in KOL.pas --
*******************************************************************************}
{$IFNDEF FPC}
{$IFNDEF TMSG_WINDOWS}
{$DEFINE TMSG_DECODED}
{$ENDIF}
{$ENDIF}
{$IFDEF TMSG_DECODED}
{$I MsgDecode.pas}
type
TMsg = packed record
@ -20,6 +26,7 @@ type
end;
tagMSG = TMsg;
{$ENDIF TMSG_DECODED}
////////////////////////////////////////////////////////////////////////////