[Patch] Committed comment update in config/os/mingw32/os_defines.h-

Danny Smith dannysmith@clear.net.nz
Mon May 7 21:43:00 GMT 2007


Committed as obvious.

2007-05-07  Danny Smith  <dannysmith@users.sourceforge.net>

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


Index: config/os/mingw32/os_defines.h
===================================================================
--- config/os/mingw32/os_defines.h	(revision 124517)
+++ config/os/mingw32/os_defines.h	(working copy)
@@ -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
 



More information about the Gcc-patches mailing list