forked from premiere/premiere-libtorrent
attempt to make it build on windows
This commit is contained in:
parent
7dd86daec8
commit
20d3c46155
|
@ -36,6 +36,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
#include <stdio.h> // for snprintf
|
#include <stdio.h> // for snprintf
|
||||||
|
#include <stdlib.h> // for _TRUNCATE (windows)
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#define __STDC_FORMAT_MACROS
|
#define __STDC_FORMAT_MACROS
|
||||||
|
|
Loading…
Reference in New Issue