comparison liboctave/oct-time.cc @ 6113:2dc8e7f1ee1e

[project @ 2006-10-27 13:23:22 by jwe]
author jwe
date Fri, 27 Oct 2006 13:23:22 +0000
parents c5f6623514c4
children fabb1be5fd84
comparison
equal deleted inserted replaced
6112:05257ee9753d 6113:2dc8e7f1ee1e
35 #include <unistd.h> 35 #include <unistd.h>
36 #endif 36 #endif
37 37
38 #if defined (OCTAVE_USE_WINDOWS_API) 38 #if defined (OCTAVE_USE_WINDOWS_API)
39 #include <windows.h> 39 #include <windows.h>
40 #undef min
41 #undef max
40 #endif 42 #endif
41 43
42 #include "lo-error.h" 44 #include "lo-error.h"
43 #include "lo-utils.h" 45 #include "lo-utils.h"
44 #include "oct-time.h" 46 #include "oct-time.h"