[sword-cvs] sword/src/modules/texts/rawtext rawtext.cpp,1.68,1.69

sword@www.crosswire.org sword@www.crosswire.org
Fri, 16 Jan 2004 21:33:27 -0700


Update of /cvs/core/sword/src/modules/texts/rawtext
In directory www:/tmp/cvs-serv14607/src/modules/texts/rawtext

Modified Files:
	rawtext.cpp 
Log Message:
removed fopen and related functions from swconfig and added dependency of
FileMgr
Added a getLine function to filemgr


Index: rawtext.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/texts/rawtext/rawtext.cpp,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- rawtext.cpp	16 Jan 2004 03:42:42 -0000	1.68
+++ rawtext.cpp	17 Jan 2004 04:33:25 -0000	1.69
@@ -33,9 +33,6 @@
 
 #endif
 
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
 
 SWORD_NAMESPACE_START