3.15
git-svn-id: https://svn.code.sf.net/p/kolmck/code@108 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@ -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}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user