How to tame the Windows headers (useful defines)?
Posted
by Kirill V. Lyadvinsky
on Stack Overflow
See other posts from Stack Overflow
or by Kirill V. Lyadvinsky
Published on 2009-09-08T16:22:41Z
Indexed on
2010/04/19
1:33 UTC
Read the original article
Hit count: 326
In one of the answers to this question jalf spoke about useful define NOMINMAX
, that could prevent from unwanted defining min/max macros. Are there other useful defines that can help to control windows.h
(or other Windows headers, for instance Microsoft C Runtime headers or STL implementation) behavior?
© Stack Overflow or respective owner