2007-11-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Applied Ross's patch for MinGW port.
	* src/DownloadEngine.h
pull/1/head
Tatsuhiro Tsujikawa 2007-11-27 13:23:09 +00:00
parent fac8e1d273
commit 49989a16f7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Applied Ross's patch for MinGW port.
* src/DownloadEngine.h
2007-11-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Set Content-Type to SingleFileDownloadContext when http response is

View File

@ -36,6 +36,7 @@
#define _D_DOWNLOAD_ENGINE_H_
#include "common.h"
#include "a2netcompat.h"
#include "Command.h"
class SocketCore;