[WUPS] rename the structs to be comaptible to C++

This commit is contained in:
Maschell 2018-02-04 16:37:47 +01:00
parent 4c2489c1ff
commit 0a31469246

View File

@ -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;