Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv7349/include

Modified Files:
        Mcommon.h PathFinder.h 
Log Message:
cygwin PATH problem and few unicode fixes

Index: Mcommon.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mcommon.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -u -2 -r1.55 -r1.56
--- Mcommon.h   28 Dec 2002 02:28:33 -0000      1.55
+++ Mcommon.h   22 Jul 2003 12:07:37 -0000      1.56
@@ -99,5 +99,5 @@
 #  endif
 
-#ifdef   OS_UNIX
+#if defined(OS_UNIX) || defined(__CYGWIN__)
 #  include "Munix.h"
 #elif   defined(OS_WIN)

Index: PathFinder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/PathFinder.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- PathFinder.h        12 Apr 2001 17:08:00 -0000      1.19
+++ PathFinder.h        22 Jul 2003 12:07:37 -0000      1.20
@@ -21,5 +21,5 @@
 //@{
 
-#ifdef   OS_UNIX
+#if defined(OS_UNIX) || defined(__CYGWIN__)
 /// define a delimiter for separating paths
 #  define   PATHFINDER_DELIMITER ":"



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to