[sword-cvs] sword/src/mgr filemgr.cpp,1.29,1.30

sword@www.crosswire.org sword@www.crosswire.org
Thu, 7 Aug 2003 16:23:34 -0700


Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv8196/mgr

Modified Files:
	filemgr.cpp 
Log Message:
making MSVC happy

Index: filemgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/filemgr.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- filemgr.cpp	7 Aug 2003 22:51:21 -0000	1.29
+++ filemgr.cpp	7 Aug 2003 23:23:32 -0000	1.30
@@ -39,6 +39,15 @@
 #ifndef O_BINARY
 #define O_BINARY 0
 #endif
+
+#ifndef S_IRGRP
+#define S_IRGRP 0
+#endif
+
+#ifndef S_IROTH
+#define S_IROTH 0
+#endif
+
 SWORD_NAMESPACE_START
 
 // ---------------- statics -----------------