Ashleyのビルドには「unzip.cpp」「unzip.h」が必要です。
Ashley Ver.1.39には「http://www.wischik.com/lu/programmer/zip_utils.html」でダウンロード可能な「unzip.cpp」「unzip.h」を使用しています。

●入手方法
 同梱しています。
 パブリックドメインで配布されているLucian Wischik氏に感謝致します。

●その他
 日本語のパスを正常に処理するため、
   MultiByteToWideChar()
   WideCharToMultiByte()
 のCodePageを「CP_UTF8」から「CP_ACP」に変更して使用しています。
