diff liboctave/oct-shlib.cc @ 6123:8d285942fc3c

[project @ 2006-10-28 14:09:20 by jwe]
author jwe
date Sat, 28 Oct 2006 14:11:18 +0000
parents e884ab4f29ee
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/oct-shlib.cc
+++ b/liboctave/oct-shlib.cc
@@ -49,6 +49,8 @@
 #include <dl.h>
 #elif defined (HAVE_LOADLIBRARY_API)
 #include <windows.h>
+#undef min
+#undef max
 #endif
 }