mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:46:12 +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
|
LCID = DWORD; //winnt
|
||||||
PLCID = ^LCID; //+winnt
|
PLCID = ^LCID; //+winnt
|
||||||
LCTYPE = DWORD;
|
LCTYPE = DWORD;
|
||||||
LPARAM = longint; //windef LONG_PTR
|
LPARAM = ptruint; //windef LONG_PTR
|
||||||
|
|
||||||
LP = ^word;
|
LP = ^word;
|
||||||
LPBOOL = ^WINBOOL; //windef
|
LPBOOL = ^WINBOOL; //windef
|
||||||
@ -282,7 +282,7 @@
|
|||||||
WINT_T = WCHAR_T; //+stdlib
|
WINT_T = WCHAR_T; //+stdlib
|
||||||
WCTYPE_T = WCHAR_T; //+stdlib
|
WCTYPE_T = WCHAR_T; //+stdlib
|
||||||
TIME_T=ULONG; //+stdlib
|
TIME_T=ULONG; //+stdlib
|
||||||
WPARAM = Longint; //windef UINT_PTR
|
WPARAM = ptruint; //windef UINT_PTR
|
||||||
{
|
{
|
||||||
Enumerations
|
Enumerations
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user