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

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

[Dotgnu-pnet-commits] CVS: pnet/support spawn.c,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support spawn.c,1.7,1.8
Date: Wed, 07 May 2003 06:48:38 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv3338/support

Modified Files:
        spawn.c 
Log Message:


Use the Win32 version of ILSpawnProcess under both Cygwin and
non-Cygwin environments.


Index: spawn.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/spawn.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** spawn.c     9 Feb 2003 00:11:16 -0000       1.7
--- spawn.c     7 May 2003 10:48:35 -0000       1.8
***************
*** 22,26 ****
  #include "il_utils.h"
  #include <stdio.h>
! #ifdef _WIN32
        #include <windows.h>
        #include <process.h>
--- 22,26 ----
  #include "il_utils.h"
  #include <stdio.h>
! #ifdef IL_WIN32_PLATFORM
        #include <windows.h>
        #include <process.h>
***************
*** 57,61 ****
  #endif
  
! #ifdef IL_WIN32_NATIVE
  
  /*
--- 57,61 ----
  #endif
  
! #ifdef IL_WIN32_PLATFORM
  
  /*





reply via email to

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