dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/engine ilrun.c,1.27,1.28


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine ilrun.c,1.27,1.28
Date: Sun, 16 Feb 2003 17:54:26 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv692/engine

Modified Files:
        ilrun.c 
Log Message:


Minor change to allow ilrun.c to build with VC++ (thanks to Tobias
Oberstein <address@hidden>).


Index: ilrun.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/ilrun.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** ilrun.c     26 Dec 2002 09:26:39 -0000      1.27
--- ilrun.c     16 Feb 2003 22:54:24 -0000      1.28
***************
*** 23,27 ****
  #include "il_image.h"
  #include "il_utils.h"
! #if HAVE_UNISTD_H
  #include <unistd.h>
  #endif
--- 23,27 ----
  #include "il_image.h"
  #include "il_utils.h"
! #if defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
  #include <unistd.h>
  #endif





reply via email to

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