Re: Problem with w32api/*.h

2004-04-06 Thread Corinna Vinschen
On Apr 6 16:43, Thomas Chadwick wrote: > I'm having a problem building an app which #includes . It > depends on some #defines which are inside a #if (_WIN32_WINNT >= 0x0403 .. > #endif clause. (to be specific, it needs the typedef for LPINPUT in > winuser.h). My build environment is Windows

Problem with w32api/*.h

2004-04-06 Thread Thomas Chadwick
I'm having a problem building an app which #includes . It depends on some #defines which are inside a #if (_WIN32_WINNT >= 0x0403 .. #endif clause. (to be specific, it needs the typedef for LPINPUT in winuser.h). My build environment is Windows 2000 SP4, and a quick test tells me that _WIN32