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

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

[Dotgnu-pnet-commits] CVS: pnet/image link.c,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image link.c,1.15,1.16
Date: Fri, 13 Dec 2002 06:24:50 -0500

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv9148/image

Modified Files:
        link.c 
Log Message:


Apply changes to compile in non-cygwin modes under Win32.


Index: link.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/link.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** link.c      7 Jul 2002 04:20:41 -0000       1.15
--- link.c      13 Dec 2002 11:24:47 -0000      1.16
***************
*** 26,37 ****
  #endif
  
- #if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__)
-       #define IL_WIN32_PLATFORM
- #endif
- 
  /*
   * Determine the pathname separator to use on this platform.
   */
! #if defined(IL_WIN32_PLATFORM) && !defined(__CYGWIN__)
        #define PATH_SEP                        ';'
        #define PATH_SEP_STRING         ";"
--- 26,33 ----
  #endif
  
  /*
   * Determine the pathname separator to use on this platform.
   */
! #if defined(IL_WIN32_NATIVE)
        #define PATH_SEP                        ';'
        #define PATH_SEP_STRING         ";"




reply via email to

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