make it compile under mingw32 --with-curl

This commit is contained in:
Andrzej Rybczak
2009-03-25 23:13:34 +01:00
parent 65f52da949
commit f04472641b
7 changed files with 54 additions and 25 deletions

View File

@@ -38,9 +38,9 @@ namespace Global
extern size_t MainStartY;
extern size_t MainHeight;
# ifdef HAVE_CURL_CURL_H
# ifdef HAVE_PTHREAD_H
extern pthread_mutex_t CurlLock;
# endif
# endif // HAVE_PTHREAD_H
extern bool BlockItemListUpdate;