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
|
@@ -137,7 +137,7 @@
|
|
|
LANGID = word;
|
|
|
LCID = DWORD;
|
|
|
LCTYPE = DWORD;
|
|
|
- LPARAM = ptruint;
|
|
|
+ LPARAM = LONG_PTR;
|
|
|
|
|
|
LP = ^word;
|
|
|
LPBOOL = ^WINBOOL;
|