mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[WUPS] rename the structs to be comaptible to C++
This commit is contained in:
parent
4c2489c1ff
commit
0a31469246
@ -50,11 +50,11 @@ typedef struct wups_loader_entry_t {
|
|||||||
const char *name;
|
const char *name;
|
||||||
const wups_loader_library_type_t library;
|
const wups_loader_library_type_t library;
|
||||||
const void *target;
|
const void *target;
|
||||||
} function;
|
} _function;
|
||||||
struct {
|
struct {
|
||||||
const char *name;
|
const char *name;
|
||||||
const void *target;
|
const void *target;
|
||||||
} export;
|
} _export;
|
||||||
} data;
|
} data;
|
||||||
} wups_loader_entry_t;
|
} wups_loader_entry_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user