
7 Jun
2015
7 Jun
'15
11:21 p.m.
Gavin Lambert wrote:
Any user application is almost guaranteed to #include <windows.h> at some point...
Not in every .cpp file. Any portable application isolates its <windows.h> use to a few Windows-specific files, but even non-portable applications have been known to do that. Not everyone appreciates if you #include <windows.h> in a public header.