fix for mingw

This commit is contained in:
Arvid Norberg 2008-04-27 23:21:04 +00:00
parent 357795bb17
commit b983b98f6a
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ namespace libtorrent
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#include <windows.h>
#include "libtorrent/assert.hpp"
namespace libtorrent