octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC compiler support [patch 40]: win32lib


From: Michael Goffioul
Subject: MSVC compiler support [patch 40]: win32lib
Date: Tue, 17 Oct 2006 22:14:03 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

win32lib.h does not exist under MSVC
Index: liboctave/kpse.cc
===================================================================
RCS file: /cvs/octave/liboctave/kpse.cc,v
retrieving revision 1.34
diff -p -c -r1.34 kpse.cc
*** liboctave/kpse.cc   4 May 2006 12:20:52 -0000       1.34
--- liboctave/kpse.cc   17 Oct 2006 11:07:42 -0000
*************** extern "C" {
*** 50,56 ****
--- 50,58 ----
  #include <dirent.h>
  #elif defined(WIN32)
  #define __STDC__ 1
+ #ifndef _MSC_VER
  #include "win32lib.h"
+ #endif
  #endif /* not WIN32 */
  
  #ifdef __DJGPP__

reply via email to

[Prev in Thread] Current Thread [Next in Thread]