Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <896908DA55C4D311B9C000C04F01A05410A95E@ctmail.compasstechnologies.com> From: Harold Hunt To: "'cygwin AT cygwin DOT com '" Subject: RE: winuser.h missing macro Date: Wed, 20 Jun 2001 01:13:47 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" 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 AT cygwin DOT com Cc: harold AT compasstechnologies DOT 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