mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 21:10:42 +02:00
fixes for current fpc 1.1
git-svn-id: trunk@3215 -
This commit is contained in:
parent
5598cc0a7f
commit
2ff1eed9f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user