changeset 6106:82fff8a063c2

[project @ 2006-10-26 21:52:14 by jwe]
author jwe
date Thu, 26 Oct 2006 21:52:14 +0000
parents bf8366f93881
children 6465ca8e4f0c
files liboctave/ChangeLog liboctave/kpse.cc
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Oct 26 21:46:29 2006 +0000
+++ b/liboctave/ChangeLog	Thu Oct 26 21:52:14 2006 +0000
@@ -1,3 +1,7 @@
+2006-10-26  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* kpse.cc [! MSVC]: Don't include win32lib.h.
+
 2006-10-26  John W. Eaton  <jwe@octave.org>
 
 	* oct-inttypes.cc (INSTANTIATE_INTTYPE_BIN_OP): Provide explicit
--- a/liboctave/kpse.cc	Thu Oct 26 21:46:29 2006 +0000
+++ b/liboctave/kpse.cc	Thu Oct 26 21:52:14 2006 +0000
@@ -50,7 +50,9 @@
 #include <dirent.h>
 #elif defined(WIN32)
 #define __STDC__ 1
+#ifndef _MSC_VER
 #include "win32lib.h"
+#endif
 #endif /* not WIN32 */
 
 #ifdef __DJGPP__