fpc/rtl/win16/wintypes.pp
nickysn 55a8158c51 * split the win16 wintypes and winprocs units into include files, so they can
also be included in the implementation part of the system unit

git-svn-id: trunk@31564 -
2015-09-06 23:02:20 +00:00

10 lines
67 B
ObjectPascal

unit wintypes;
interface
{$I wintypes.inc}
implementation
end.