From: APTX Date: Tue, 9 Apr 2013 19:28:20 +0000 (+0200) Subject: MSVC 2012Update2 reverted handling of this case so an ifdef is required again. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=abf63d4d4d22f00c9781f1ec6ff5efb3673c838e;p=anidbudpclient.git MSVC 2012Update2 reverted handling of this case so an ifdef is required again. --- diff --git a/client.cpp b/client.cpp index 285db7d..125e9ed 100644 --- a/client.cpp +++ b/client.cpp @@ -1249,7 +1249,9 @@ void Client::removeDeletedFromQueue(QObject *object) Client *Client::m_instance = 0; +#ifndef Q_CC_MSVC const int Client::UDP_API_COMMAND_TIMEOUT; +#endif ANIDBUDPCLIENTSHARED_EXPORT const char *revision() {