mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-09 05:34:22 +00:00
platform: android: fix macros
This commit is contained in:
parent
aee9f454fc
commit
00e5d42459
@ -17,8 +17,8 @@ GNU General Public License for more details.
|
|||||||
#ifndef ANDROID_LIB_H
|
#ifndef ANDROID_LIB_H
|
||||||
#define ANDROID_LIB_H
|
#define ANDROID_LIB_H
|
||||||
|
|
||||||
#define Platform_POSIX_LoadLibrary( x ) Android_LoadLibrary(( x ))
|
#define Platform_POSIX_LoadLibrary( x ) ANDROID_LoadLibrary(( x ))
|
||||||
#define Platform_POSIX_GetProcAddress( x, y ) Android_GetProcAddress(( x ), ( y ))
|
#define Platform_POSIX_GetProcAddress( x, y ) ANDROID_GetProcAddress(( x ), ( y ))
|
||||||
|
|
||||||
void *ANDROID_LoadLibrary( const char *dllname );
|
void *ANDROID_LoadLibrary( const char *dllname );
|
||||||
void *ANDROID_GetProcAddress( void *hInstance, const char *name );
|
void *ANDROID_GetProcAddress( void *hInstance, const char *name );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user