mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-28 04:36:39 -05:00
[WUPS] rename the structs to be comaptible to C++
This commit is contained in:
@@ -50,11 +50,11 @@ typedef struct wups_loader_entry_t {
|
||||
const char *name;
|
||||
const wups_loader_library_type_t library;
|
||||
const void *target;
|
||||
} function;
|
||||
} _function;
|
||||
struct {
|
||||
const char *name;
|
||||
const void *target;
|
||||
} export;
|
||||
} _export;
|
||||
} data;
|
||||
} wups_loader_entry_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user