diff liboctave/lo-sysdep.cc @ 9941:1369f13ae6b2

several fixes by M. Goffioul
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 08 Dec 2009 12:45:58 +0100
parents eb63fbe60fab
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/lo-sysdep.cc	Mon Dec 07 21:46:12 2009 +0100
+++ b/liboctave/lo-sysdep.cc	Tue Dec 08 12:45:58 2009 +0100
@@ -41,6 +41,10 @@
 
 #if defined (__WIN32__) && ! defined (__CYGWIN__)
 #include <windows.h>
+#ifdef max
+# undef min
+# undef max
+#endif
 #endif
 
 #include "file-ops.h"