forked from premiere/premiere-libtorrent
fix for mingw
This commit is contained in:
parent
357795bb17
commit
b983b98f6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue