
22 Mar
2019
22 Mar
'19
12:36 p.m.
degski wrote:
On Fri, 22 Mar 2019 at 08:33, Raffi Enficiaud via Boost <boost@lists.boost.org> wrote:
Exactly, and every reference to Windows.h is with W. AFAIR, it was always like this.
I misunderstood the intent of what you we're saying. Whatever commits do, whatever MinGW does, fact is that Windows.h is capitalized (and always has been).
Your "always" doesn't go far back enough. It's capitalized in VS2005, and I have no earlier versions here to check, but my memory tells me that there was a time it wasn't. Borland 5.5.1 doesn't capitalize it, and windowsx.h is not capitalized in the Platform SDK. Plus, all Windows programming examples and books I remember used #include <windows.h>, without capitalization.