------------------------------------------------------------ revno: 2598 committer: poy <[email protected]> branch nick: trunk timestamp: Mon 2011-08-22 18:13:21 +0200 message: restore compiler version check in win32 modified: win32/stdafx.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 'win32/stdafx.h' --- win32/stdafx.h 2011-05-04 19:32:00 +0000 +++ win32/stdafx.h 2011-08-22 16:13:21 +0000 @@ -20,6 +20,7 @@ #define DCPLUSPLUS_WIN32_STDAFX_H #include <dcpp/compiler.h> +#include "compiler.h" #include <dcpp/stdinc.h> #include <dcpp/DCPlusPlus.h>
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

