Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-10-04 08:25:00 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-10-04 08:25:00 +0400
commitd905b7d0cead4dc75ea6155bd18702b791ac2b50 (patch)
tree595ce4639d6cc0fb9aaf90110fcca48a1c089193
parent6930d6cdd0b8c7140911a6149c4c22c721f5c83b (diff)
2002-10-04 "KJK::Hyperion" <noog@libero.it>
*include/windef.h (WPARAM): Update typedef. (LPARAM): Ditto. (LRESULT): Ditto.
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/windef.h6
2 files changed, 9 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 18ce4c21f..023ac6243 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,11 @@
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.
2002-09-24 Danny Smith <dannysmith@users.sourceforge.net>
diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h
index 2f703bdc5..ffc09debf 100644
--- a/winsup/w32api/include/windef.h
+++ b/winsup/w32api/include/windef.h
@@ -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