This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: winuser.h missing macro


I don't remember seeing GET_WHEEL_DELTA_WPARAM in the VS 6.0 headers,
however, it is in the Platform SDK headers, which are newer than the VS 6.0
headers.  In any case, the macro is documented at:

http://msdn.microsoft.com/library/psdk/winui/mousinpt_1lbh.htm

Harold

-----Original Message-----
From: Christopher Faylor
To: cygwin@cygwin.com
Cc: harold@compasstechnologies.com
Sent: 6/16/01 2:04 PM
Subject: Re: winuser.h missing macro

On Sun, Jun 03, 2001 at 06:38:38PM -0400, Harold Hunt wrote:
>Just a heads up: this change wasn't in the w32api 2001-05-20 release,
nor is
>it in Cygwin's CVS.
>
>The change in question should now go around line 1256, as that is the
>current location of WHEEL_DELTA.

I don't see a GET_WHEEL_DELTA in any include files from MSVC V6.  Where
did you find this?

cgf


> In winuser.h, around line 1264, directly below
> 
> #define WHEEL_DELTA 120
> 
> should be the macro
> 
> #define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
> 
> Harold

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]