Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 24, 2023
1 parent 63dab62 commit 890f815
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion ascurl/ascurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "ascurl.h"

//Missing symbol for linux
mBOOL dlclose_handle_invalid;

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

Expand Down
2 changes: 2 additions & 0 deletions ascurl/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "serverdef.h"
#include "ascurl.h"

mBOOL dlclose_handle_invalid;

IMPORT_ASEXT_API_DEFINE();

// Must provide at least one of these..
Expand Down
2 changes: 2 additions & 0 deletions asext/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

#include "serverdef.h"

mBOOL dlclose_handle_invalid;

hook_t *g_phook_CASDocumentation_RegisterObjectType = NULL;
hook_t *g_phook_CASDirectoryList_CreateDirectory = NULL;

Expand Down
2 changes: 2 additions & 0 deletions asqcvar/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "serverdef.h"
#include "asqcvar.h"

mBOOL dlclose_handle_invalid;

IMPORT_ASEXT_API_DEFINE();

// Must provide at least one of these..
Expand Down
2 changes: 2 additions & 0 deletions asusermsg/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "serverdef.h"
#include "asusermsg.h"

mBOOL dlclose_handle_invalid;

IMPORT_ASEXT_API_DEFINE();

// Must provide at least one of these..
Expand Down
2 changes: 2 additions & 0 deletions fallguys/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#include "fallguys.h"
#include "physics.h"

mBOOL dlclose_handle_invalid;

IMPORT_ASEXT_API_DEFINE();

// Must provide at least one of these..
Expand Down

0 comments on commit 890f815

Please sign in to comment.