
21 Sep
2004
21 Sep
'04
8:30 p.m.
John Torjo wrote:
Also, why not including windows.h directly, like this: #define WIN32_LEAN_AND_MEAN #include <windows.h>
Its nice to avoid this if at all possible. windows.h dumps a whole lot of stuff into the global namespaces that cause all sorts of problems. Ideally a Boost header would only include things that were well-behaved and contained in appropriate namespaces. Aaron W. LaFramboise