------------------------------------------------------------ revno: 2509 committer: Jacek Sieka <[email protected]> branch nick: dcplusplus timestamp: Sun 2011-04-24 15:06:14 +0200 message: strtoll for msvc modified: dcpp/compiler.h
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/compiler.h' --- dcpp/compiler.h 2011-04-13 19:16:51 +0000 +++ dcpp/compiler.h 2011-04-24 13:06:14 +0000 @@ -35,6 +35,8 @@ #define _ATL_SECURE_NO_DEPRECATE 1 #define _CRT_NON_CONFORMING_SWPRINTFS 1 +#define strtoll _strtoi64 + #else #error No supported compiler found
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

