linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04041
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2509: strtoll for msvc
------------------------------------------------------------
revno: 2509
committer: Jacek Sieka <arnetheduck@xxxxxxxxx>
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