]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - libcurl.c
sys: Simplify Sys_LoadLibrary. Implement Sys_LoadDependency and move bloat to it
[xonotic/darkplaces.git] / libcurl.c
index cd6d8279ddd7a14de3cbfc318c56ce2cf602b988..cd106e7e67ebfb60df40d0a1bb17b05d49dbf6d5 100644 (file)
--- a/libcurl.c
+++ b/libcurl.c
@@ -377,7 +377,7 @@ static qbool CURL_OpenLibrary (void)
                return true;
 
        // Load the DLL
-       return Sys_LoadLibrary (dllnames, &curl_dll, curlfuncs);
+       return Sys_LoadDependency (dllnames, &curl_dll, curlfuncs);
 }