Procházet zdrojové kódy

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

git-svn-id: trunk@9045 -
yury před 18 roky
rodič
revize
3ec854059e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
 }