Joost Verburg wrote:
Andre Poenitz wrote:
No... rather an obvious replacement that's e.g. known to work with
Chinese Windows or such...
FILE_SHARE_DELETE is a sharing mode supported by Windows 2000 and later.
This boost library uses it in the part of the code that is supposed to
work on older Windows versions. That's why it needs to be removed.
You won't notice the difference anyway because the file handles are
closed immediately.
I guess Andre' was talking about replacing boost::filesystem altogether
with Qt equivalent functionality; nothing related to your patch.
As for your patch, it is OK for me.
Abdel.