Assertion bug fix for libcwd with dc::curl on and curlio off.

This commit is contained in:
Aleric Inglewood
2013-02-23 21:37:07 +01:00
parent 19314b6686
commit b6cbed838f
3 changed files with 10 additions and 5 deletions

View File

@@ -133,5 +133,9 @@ class HTTPTimeout : public LLRefCount {
} // namespace curlthread
} // namespace AICurlPrivate
#if defined(CWDEBUG) || defined(DEBUG_CURLIO)
extern bool gCurlIo;
#endif
#endif