summaryrefslogtreecommitdiff
path: root/rtl/win/messages.pp
blob: 77b2ad31768f2ea05fac47fce0ef19a38e03a9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unit Messages;


interface

  uses
    windows;

{$DEFINE read_interface}
{$DEFINE MESSAGESUNIT}
{$I messages.inc}

implementation

end.