------------------------------------------------------------ revno: 3275 committer: eMTee <emte...@gmail.com> branch nick: dcplusplus timestamp: Wed 2013-04-24 19:03:50 +0200 message: Compilation fix modified: dcpp/compiler.h intl/config-gcc.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 2013-03-25 20:52:49 +0000 +++ dcpp/compiler.h 2013-04-24 17:03:50 +0000 @@ -24,7 +24,7 @@ #error GCC 4.8 is required #endif -#ifndef HAVE_MINGW64 +#ifdef HAVE_OLD_MINGW #error Regular MinGW has stability problems; use a MinGW package from mingw-w64 // see <https://bugs.launchpad.net/dcplusplus/+bug/1029629> for details #endif === modified file 'intl/config-gcc.h' --- intl/config-gcc.h 2012-11-02 22:23:18 +0000 +++ intl/config-gcc.h 2013-04-24 17:03:50 +0000 @@ -271,7 +271,7 @@ /* Define to 1 if you have the `mempcpy' function. */ /* #undef HAVE_MEMPCPY */ -#ifdef HAVE_MINGW64 +#ifndef HAVE_OLD_MINGW #define HAVE_MEMPCPY 1 #endif
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp