diff liboctave/kpse.cc @ 13718:a31c926fb0d5

Do not define __STDC__ under MSVC. * kpse.cc: Move #ifndef _MSC_VER up to skip definition of __STDC__.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 19 Oct 2011 20:30:22 +0100
parents e116dd862879
children 06aa17228706
line wrap: on
line diff
--- a/liboctave/kpse.cc
+++ b/liboctave/kpse.cc
@@ -49,8 +49,8 @@
 #include <fcntl.h>
 #include <dirent.h>
 #elif defined(WIN32)
+#ifndef _MSC_VER
 #define __STDC__ 1
-#ifndef _MSC_VER
 #include "win32lib.h"
 #endif
 #endif /* not WIN32 */