forked from premiere/premiere-libtorrent
defines for snprintf and strtoll for windows
This commit is contained in:
parent
2bb1772299
commit
426e653213
|
@ -102,6 +102,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
// this is the maximum number of characters in a
|
||||
// path element / filename on windows
|
||||
#define NAME_MAX 255
|
||||
#define snprintf _snprintf_s
|
||||
#define strtoll _strtoi64
|
||||
#endif
|
||||
|
||||
#if (defined(TORRENT_LOGGING) || defined(TORRENT_VERBOSE_LOGGING)) && !defined (TORRENT_UPNP_LOGGING)
|
||||
|
|
Loading…
Reference in New Issue