* config/os/mingw32/os_defines.h (NOMINMAX): Update comment.

From-SVN: r124519
This commit is contained in:
Danny Smith 2007-05-07 21:38:16 +00:00 committed by Danny Smith
parent d05f74f16e
commit 21fe02822b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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