use HAVE_* macros for dependencies

This commit is contained in:
nillerusr
2022-08-19 23:19:53 +03:00
parent 0d48bf354a
commit c909de8faf
8 changed files with 81 additions and 24 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ DWORD __stdcall DownloadThread( void *voidPtr )
}
#elif defined( POSIX )
#elif defined( POSIX ) && HAVE_CURL
#include "curl/curl.h"