- 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.
w32api
Use more recent defined functions
- 15857 reads
Site Status
Site maintenance completed May 25th, 2012 at 12:38 UTC


Recent comments
2 years 17 weeks ago
2 years 17 weeks ago
2 years 50 weeks ago
2 years 50 weeks ago
2 years 50 weeks ago
2 years 50 weeks ago
2 years 50 weeks ago
2 years 50 weeks ago
2 years 51 weeks ago
3 years 6 weeks ago