mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
engine: android: restore dlsym hack for old Android(<5.0)
This commit is contained in:
@@ -18,8 +18,8 @@ GNU General Public License for more details.
|
||||
#include "library.h"
|
||||
#include "filesystem.h"
|
||||
#include "server.h"
|
||||
#include "platform/android/android_lib.h"
|
||||
#include "platform/android/dlsym_weak.h" // Android < 5.0
|
||||
#include "platform/android/lib_android.h"
|
||||
#include "platform/android/dlsym-weak.h" // Android < 5.0
|
||||
|
||||
void *ANDROID_LoadLibrary( const char *dllname )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user