fpc/rtl/win32/messages.pp
marco e1828acc9c * including in both messages and windows caused problems (expected
windows.msg, got message.msg and vice versa. Solved by aliasing
2004-08-22 11:12:24 +00:00

15 lines
136 B
ObjectPascal

unit messages;
interface
uses
windows;
{$DEFINE read_interface}
{$DEFINE MESSAGESUNIT}
{$I messages.inc}
implementation
end.