5 lines
101 B
C
5 lines
101 B
C
#ifndef WINVER
|
|
#define _WIN32_WINNT 0x0400
|
|
#define _WIN32_WINDOWS 0x0400
|
|
#define WINVER 0x0400
|
|
#endif |