[Common-cvs] fileio/pub findfile.h,1.5,1.6
rggammon at helixcommunity.org rggammon at helixcommunity.orgUpdate of /cvsroot/common/fileio/pub
In directory cvs-new:/tmp/cvs-serv27169
Modified Files:
findfile.h
Log Message:
merging to head
Index: findfile.h
===================================================================
RCS file: /cvsroot/common/fileio/pub/findfile.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- findfile.h 27 Jun 2003 02:36:50 -0000 1.5
+++ findfile.h 23 Apr 2004 21:14:24 -0000 1.6
@@ -76,6 +76,15 @@
#endif
+#if defined (_WINDOWS) || defined (_WIN32) || defined (_SYMBIAN)
+# define OS_PATH_DELIMITER "\\"
+#elif defined (_UNIX) || defined (_OPENWAVE)
+# define OS_PATH_DELIMITER "/"
+#elif defined (_MACINTOSH)
+# define OS_PATH_DELIMITER ":"
+#else
+# define OS_PATH_DELIMITER "/"
+#endif
class CFindFile
{