OSDN Git Service

Much simplified the Wave "decoder". It will now use the MUtilities library to copy...
authorLoRd_MuldeR <mulder2@gmx.de>
Fri, 2 Jan 2015 22:46:03 +0000 (23:46 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Fri, 2 Jan 2015 22:46:03 +0000 (23:46 +0100)
commit6b310b7c05c553d7c43c65ccb61367ce84c52f7b
tree0bc7d4075843a5833c09ab1b6c615c7d407230cd
parentb28d763cc4271a5cef05180a6ec60313ad14dd39
Much simplified the Wave "decoder". It will now use the MUtilities library to copy the file, rather than SHFileOperation(). For whatever reason, copying a file to a directory via SHFileOperation() prevents that directory from being deleted later. But only when trying to delete that directory from the same process where SHFileOperation() had been called. It can be deleted, e.g., in Windows Explorer just fine - even when the process that called SHFileOperation() is still running. Anyway, we simply avoid SHFileOperation() now.
src/Config.h
src/Decoder_Wave.cpp