mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:08:29 +02:00
* Fixed WPARAM and LPARAM definition. It fixes lot of warnings.
git-svn-id: trunk@9045 -
This commit is contained in:
parent
05f718fbd2
commit
3ec854059e
@ -140,7 +140,7 @@
|
||||
LCID = DWORD; //winnt
|
||||
PLCID = ^LCID; //+winnt
|
||||
LCTYPE = DWORD;
|
||||
LPARAM = longint; //windef LONG_PTR
|
||||
LPARAM = ptruint; //windef LONG_PTR
|
||||
|
||||
LP = ^word;
|
||||
LPBOOL = ^WINBOOL; //windef
|
||||
@ -282,7 +282,7 @@
|
||||
WINT_T = WCHAR_T; //+stdlib
|
||||
WCTYPE_T = WCHAR_T; //+stdlib
|
||||
TIME_T=ULONG; //+stdlib
|
||||
WPARAM = Longint; //windef UINT_PTR
|
||||
WPARAM = ptruint; //windef UINT_PTR
|
||||
{
|
||||
Enumerations
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user