Browse Source

* Reverted r9101, because it causes problems. We must find a better solution to get rid of these warnings.

git-svn-id: trunk@9104 -
yury 18 years ago
parent
commit
9759a9d9c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/base.inc

+ 1 - 1
rtl/win/wininc/base.inc

@@ -137,7 +137,7 @@
      LANGID = word;
      LCID   = DWORD;
      LCTYPE = DWORD;
-     LPARAM = ptruint;
+     LPARAM = LONG_PTR;
 
      LP     = ^word;
      LPBOOL = ^WINBOOL;