aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_curl.h')
-rw-r--r--code/client/cl_curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/client/cl_curl.h b/code/client/cl_curl.h
index 57ed216..1cfd3f1 100644
--- a/code/client/cl_curl.h
+++ b/code/client/cl_curl.h
@@ -37,14 +37,14 @@ extern cvar_t *cl_cURLLib;
#define DEFAULT_CURL_LIB "libcurl.so.3"
#endif
-#if USE_LOCAL_HEADERS
+#ifdef USE_LOCAL_HEADERS
#include "../libcurl/curl/curl.h"
#else
#include <curl/curl.h>
#endif
-#if USE_CURL_DLOPEN
+#ifdef USE_CURL_DLOPEN
extern char* (*qcurl_version)(void);
extern CURL* (*qcurl_easy_init)(void);