Re: [GD-Windows] Mouse wheel
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2002-10-14 22:35:47
|
> 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... It should work, but it might also enable some other unwanted NT features.... I just left my defines in place since, as Jon wrote : > With something as simple as a mesasge constant, you're safe, though, as > that message just won't get sent to you on earlier versions, so that > switch case won't get hit. No compatibility worries there (unless you > require mousewheel for accessing needed functionality in your program). Basically I just wanted to make sure I wasn't missing something obvious.... Thanks for the help guys. Pierre |