git-svn-id: https://svn.code.sf.net/p/kolmck/code@110 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2011-11-29 08:02:49 +00:00
parent 65c5217ec4
commit 8255c47a3d
9 changed files with 101 additions and 20 deletions

View File

@ -16,7 +16,7 @@ type
0: (
hwnd: HWND;
message: UINT;
wParam: WPARAM;
wParam: {$IFDEF _DXE2}Integer{$ELSE}WPARAM{$ENDIF};
lParam: LPARAM;
time: DWORD;
pt: TPoint;