[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
- Previous message: [sword-cvs] sword/include gbfhtml.h,1.12,1.13 gbfhtmlhref.h,1.5,1.6 gbfwebif.h,1.3,1.4 osishtmlhref.h,1.4,1.5 osisplain.h,1.8,1.9 osisrtf.h,1.8,1.9 swbasicfilter.h,1.20,1.21 thmlhtml.h,1.10,1.11 thmlhtmlhref.h,1.5,1.6 thmlrtf.h,1.9,1.10 thmlwebif.h,1.3,1.4
- Next message: [sword-cvs] sword/src/modules/filters gbfhtml.cpp,1.27,1.28 gbfhtmlhref.cpp,1.18,1.19 gbfwebif.cpp,1.4,1.5 osishtmlhref.cpp,1.12,1.13 osisplain.cpp,1.11,1.12 osisrtf.cpp,1.21,1.22 swbasicfilter.cpp,1.30,1.31 thmlhtml.cpp,1.28,1.29 thmlhtmlhref.cpp,1.35,1.36 thmlrtf.cpp,1.35,1.36 thmlwebif.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 -----------------
- Previous message: [sword-cvs] sword/include gbfhtml.h,1.12,1.13 gbfhtmlhref.h,1.5,1.6 gbfwebif.h,1.3,1.4 osishtmlhref.h,1.4,1.5 osisplain.h,1.8,1.9 osisrtf.h,1.8,1.9 swbasicfilter.h,1.20,1.21 thmlhtml.h,1.10,1.11 thmlhtmlhref.h,1.5,1.6 thmlrtf.h,1.9,1.10 thmlwebif.h,1.3,1.4
- Next message: [sword-cvs] sword/src/modules/filters gbfhtml.cpp,1.27,1.28 gbfhtmlhref.cpp,1.18,1.19 gbfwebif.cpp,1.4,1.5 osishtmlhref.cpp,1.12,1.13 osisplain.cpp,1.11,1.12 osisrtf.cpp,1.21,1.22 swbasicfilter.cpp,1.30,1.31 thmlhtml.cpp,1.28,1.29 thmlhtmlhref.cpp,1.35,1.36 thmlrtf.cpp,1.35,1.36 thmlwebif.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]