* config/os/mingw32/os_defines.h (NOMINMAX): Update comment.
From-SVN: r124519
This commit is contained in:
parent
d05f74f16e
commit
21fe02822b
@ -1,3 +1,7 @@
|
||||
2007-05-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* config/os/mingw32/os_defines.h (NOMINMAX): Update comment.
|
||||
|
||||
2007-05-07 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/28145
|
||||
|
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
// Don't let win32api windef.h define min and max as macros
|
||||
// if included after stl_algobase.h.
|
||||
// if included after c++config.h.
|
||||
#undef NOMINMAX
|
||||
#define NOMINMAX 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user