mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[WUPS] Fixed the module compiling
This commit is contained in:
parent
5ed70a368e
commit
72fb6ee5ea
@ -64,7 +64,7 @@ typedef struct wups_loader_entry_t {
|
||||
const wups_loader_entry_t wups_load_ ## original_func = { \
|
||||
.type = WUPS_LOADER_ENTRY_FUNCTION, \
|
||||
.data = { \
|
||||
.function = { \
|
||||
._function = { \
|
||||
.name = #original_func, \
|
||||
.library = rpl_type, \
|
||||
.target = &(replace_func) \
|
||||
@ -77,7 +77,7 @@ typedef struct wups_loader_entry_t {
|
||||
const wups_loader_entry_t wups_load_ ## original_func = { \
|
||||
.type = WUPS_LOADER_ENTRY_FUNCTION_MANDATORY, \
|
||||
.data = { \
|
||||
.function = { \
|
||||
._function = { \
|
||||
.name = #original_func, \
|
||||
.library = rpl_type, \
|
||||
.target = &(replace_func) \
|
||||
@ -90,7 +90,7 @@ typedef struct wups_loader_entry_t {
|
||||
const wups_loader_entry_t wups_export_ ## symbol = { \
|
||||
.type = WUPS_LOADER_ENTRY_EXPORT, \
|
||||
.data = { \
|
||||
.export = { \
|
||||
._export = { \
|
||||
.name = #symbol, \
|
||||
.target = &(symbol) \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user