merged changes from RC_1_0

This commit is contained in:
Arvid Norberg
2014-11-29 01:53:22 +00:00
parent 5cb49da3cf
commit f98c7223b2
5 changed files with 20 additions and 7 deletions

View File

@@ -36,6 +36,8 @@ POSSIBILITY OF SUCH DAMAGE.
#ifdef TORRENT_WINDOWS
#include <direct.h> // for _mkdir
#include <sys/types.h> // for _stat
#include <sys/stat.h>
#endif
#ifdef _MSC_VER