peiyongz 2003/02/17 12:31:23
Modified: c/src/xercesc/util/Platforms/Win32 Win32PlatformUtils.cpp
Log:
Bug#17131: File writing on Win32 very very very slow -- reported Dan Egnor
Revision Changes Path
1.14 +4 -4
xml-xerces/c/src/xercesc/util/Platforms/Win32/Win32PlatformUtils.cpp
Index: Win32PlatformUtils.cpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Win32/Win32PlatformUtils.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Win32PlatformUtils.cpp 9 Jan 2003 15:34:31 -0000 1.13
+++ Win32PlatformUtils.cpp 17 Feb 2003 20:31:23 -0000 1.14
@@ -391,7 +391,7 @@
, 0 // no shared write
, 0
, CREATE_ALWAYS
- , FILE_FLAG_WRITE_THROUGH
+ , FILE_ATTRIBUTE_NORMAL
, 0
);
@@ -465,7 +465,7 @@
, 0 // no shared write
, 0
, CREATE_ALWAYS
- , FILE_FLAG_WRITE_THROUGH
+ , FILE_ATTRIBUTE_NORMAL
, 0
);
}
@@ -483,7 +483,7 @@
, 0 // no shared write
, 0
, CREATE_ALWAYS
- , FILE_FLAG_WRITE_THROUGH
+ , FILE_ATTRIBUTE_NORMAL
, 0
);
delete [] tmpName;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]