Browse Source

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

git-svn-id: trunk@9045 -
yury 18 years ago
parent
commit
3ec854059e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/wince/wininc/base.inc

+ 2 - 2
rtl/wince/wininc/base.inc

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