Skip to content

Commit

Permalink
add missing symbol for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 19, 2023
1 parent 76c7659 commit 2e0ba76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ascurl/ascurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#include "serverdef.h"
#include "ascurl.h"

//Missing symbol for linux
mBOOL dlclose_handle_invalid;

#define LIBCURL_FUNCTION_DEFINE(name) static decltype(name) * g_pfn_##name

LIBCURL_FUNCTION_DEFINE(curl_easy_init);
Expand Down

0 comments on commit 2e0ba76

Please sign in to comment.