diff options
Diffstat (limited to 'src/include/box64context.h')
| -rwxr-xr-x | src/include/box64context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index 9d660664..371fdce3 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -15,6 +15,7 @@ typedef struct bridge_s bridge_t; typedef struct dlprivate_s dlprivate_t; typedef struct kh_symbolmap_s kh_symbolmap_t; typedef struct library_s library_t; +typedef struct linkmap_s linkmap_t; typedef struct kh_threadstack_s kh_threadstack_t; typedef struct atfork_fnc_s { uintptr_t prepare; @@ -154,6 +155,7 @@ typedef struct box64context_s { library_t *pulse; library_t *d3dadapter9; library_t *libglu; + linkmap_t *linkmap; int deferedInit; elfheader_t **deferedInitList; |