]> sourceware.org Git - newlib-cygwin.git/commitdiff
2002-10-04 "KJK::Hyperion" <noog@libero.it>
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 4 Oct 2002 04:25:00 +0000 (04:25 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Fri, 4 Oct 2002 04:25:00 +0000 (04:25 +0000)
*include/windef.h (WPARAM): Update typedef.
(LPARAM): Ditto.
(LRESULT): Ditto.

winsup/w32api/ChangeLog
winsup/w32api/include/windef.h

index 18ce4c21f374f88134b1d60562d8a2d9af8a8584..023ac6243881c446a589bb1b89350ad985e746ad 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-04  "KJK::Hyperion"  <noog@libero.it>
+
+       *include/windef.h (WPARAM): Update typedef.
+       (LPARAM): Ditto.
+       (LRESULT): Ditto.
+
 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
 
        * include/shlobj.h (CSIDL_*): Add defines.
index 2f703bdc580ec5d1f0c470c80b6be26338b31980..ffc09debf9b3cb17121079948fbd7d32f9f17638 100644 (file)
@@ -245,9 +245,9 @@ typedef unsigned int UINT,*PUINT,*LPUINT;
 
 #include <winnt.h>
 
-typedef UINT WPARAM;
-typedef LONG LPARAM;
-typedef LONG LRESULT;
+typedef UINT_PTR WPARAM;
+typedef LONG_PTR LPARAM;
+typedef LONG_PTR LRESULT;
 #ifndef _HRESULT_DEFINED
 typedef LONG HRESULT;
 #define _HRESULT_DEFINED
This page took 0.035545 seconds and 5 git commands to generate.