comparison 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
comparison
equal deleted inserted replaced
9940:1707df259536 9941:1369f13ae6b2
39 #include <fcntl.h> 39 #include <fcntl.h>
40 #endif 40 #endif
41 41
42 #if defined (__WIN32__) && ! defined (__CYGWIN__) 42 #if defined (__WIN32__) && ! defined (__CYGWIN__)
43 #include <windows.h> 43 #include <windows.h>
44 #ifdef max
45 # undef min
46 # undef max
47 #endif
44 #endif 48 #endif
45 49
46 #include "file-ops.h" 50 #include "file-ops.h"
47 #include "lo-error.h" 51 #include "lo-error.h"
48 #include "pathlen.h" 52 #include "pathlen.h"