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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.37,1.38


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.37,1.38
Date: Thu, 26 Jun 2003 20:18:29 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv21021/include

Modified Files:
        il_engine.h 
Log Message:


Convert '\' into '/' in pathnames to work around Windows programmers
who don't use "Path.DirectorySeparatorChar" in their C# code.


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** il_engine.h 26 Jun 2003 03:39:25 -0000      1.37
--- il_engine.h 27 Jun 2003 00:18:27 -0000      1.38
***************
*** 633,636 ****
--- 633,643 ----
  
  /*
+  * Convert a string into "ANSI" and normalize any pathname
+  * separators to the system's standard character.  If "str"
+  * is NULL, then NULL will be returned.
+  */
+ char *ILStringToPathname(ILExecThread *thread, ILString *str);
+ 
+ /*
   * Get an element of an array.  Returns non-zero if an exception occurred.
   */





reply via email to

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