[Common-cvs] fileio/pub findfile.h,1.5,1.6

[Common-cvs] fileio/pub findfile.h,1.5,1.6

rggammon at helixcommunity.org rggammon at helixcommunity.org
Fri Apr 23 14:14:26 PDT 2004


Update 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
 {




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.