by "patate" <misterbanned@[EMAIL PROTECTED]
>
Feb 27, 2005 at 08:17 PM
even if i edit the windows.h file i get the problem :(
#define WINVER 0x0500
#ifndef WINVER
#define WINVER 0x0400
#else
#if defined(_WIN32_WINNT) && (WINVER < 0x0400) && (_WIN32_WINNT > 0x0400)
#error WINVER setting conflicts with _WIN32_WINNT setting
#endif
#endif
please help.
patrice.