Commit 21fe0282 by Danny Smith Committed by Danny Smith

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

From-SVN: r124519
parent d05f74f1
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> 2007-05-07 Jason Merrill <jason@redhat.com>
PR c++/28145 PR c++/28145
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#endif #endif
// Don't let win32api windef.h define min and max as macros // 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 #undef NOMINMAX
#define NOMINMAX 1 #define NOMINMAX 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment