fixes for current fpc 1.1

git-svn-id: trunk@3215 -
This commit is contained in:
mattias 2002-08-19 15:15:20 +00:00
parent 5598cc0a7f
commit 2ff1eed9f6

View File

@ -95,27 +95,6 @@ const
csPanel = 51;
csScrollBox = 52;
type
//TODO: check this against lcllinux
TgComponentStyle = LongInt;
AnsiChar = Char; //Should be moved
WideChar = Char;
Short = SmallInt;
HFont = LongWord;
THAndle = Integer;
hwnd = THandle;
TCaption = string;
//TMessage = Pointer;
HMENU = type LongWord;
HPEN = type LongWord;
HBitmap = type LongWord;
HPalette = type LongWord;
HDC = type LongWord;
HBRUSH = type LongWord;
const
{Mouse message key states}
MK_LBUTTON = 1;