- When compiling, the compiler doesn't seem to find the correct definitions for a specific Windows version or a specific Internet Explorer version. Why is that?
- You need to set defines _WIN32_WINDOWS, _WIN32_WINNT, WINVER and/or _WIN32_IE to the minimum platform you plan to support before including the windows.h header file. Possible values for these definitions can be found in the header w32api.h file.


Recent comments
12 weeks 5 days ago
12 weeks 5 days ago
12 weeks 5 days ago
12 weeks 5 days ago
13 weeks 22 hours ago
13 weeks 1 day ago
14 weeks 18 min ago
21 weeks 1 day ago
21 weeks 6 days ago
22 weeks 6 days ago