Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv13684/include

Modified Files:
        Munix.h Mwin.h 
Log Message:
wxDirExists->wxPathExists, IsAbsPath->wxIsAbsolutePath

Index: Munix.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Munix.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- Munix.h     12 Sep 2002 02:36:48 -0000      1.6
+++ Munix.h     13 Oct 2002 12:24:53 -0000      1.7
@@ -15,6 +15,3 @@
 #define        PATH_SEPARATOR  ':'
 
-/// under Unix it's quite simple
-#define IsAbsPath(path)    (((const wxChar *)path)[0] == '/')
-
 #endif

Index: Mwin.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mwin.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- Mwin.h      5 Jul 1999 14:54:18 -0000       1.6
+++ Mwin.h      13 Oct 2002 12:24:53 -0000      1.7
@@ -17,5 +17,4 @@
 /// not defined by makefile
 #define M_CANONICAL_HOST   ""
-#define IsAbsPath(path) wxIsAbsolutePath(path)
 
 #endif



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to