Re: [GD-Windows] Mouse wheel
Brought to you by:
vexxed72
From: <cas...@ya...> - 2002-10-14 22:17:04
|
This is one of the problems I solve once and I again, and never remember how I solved it last time. Let me check the sources... ok, it seems that I defined the following: #define WINVER 0x0500 #define _WIN32_WINNT 0x0501 before including windows.h Let me know if it works... Ignacio Castaño cas...@ya... Pierre Terdiman wrote: > I'm running Win98 / VC 6.0, and WM_MOUSEWHEEL seems not to be defined after > I include winuser.h. (it's protected by some #ifdef checking various Windows > versions - which seem to fail on my system). > > Now, if I define : > > #define WM_MOUSEWHEEL 0x020A > > (and other relevant ones), everything works as expected. > > Is it normal ? What's the story with those defines for various Windows > versions ? Am I supposed to define one myself before including winuser.h ? > Or did I miss something ? _______________________________________________________________ Copa del Mundo de la FIFA 2002 El único lugar de Internet con vídeos de los 64 partidos. ¡Apúntante ya! en http://fifaworldcup.yahoo.com/fc/es/ |