* Fixed WPARAM and LPARAM definition. It fixes lot of warnings.

git-svn-id: trunk@9045 -
This commit is contained in:
yury 2007-11-01 15:47:12 +00:00
parent 05f718fbd2
commit 3ec854059e

View File

@ -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
}