mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-04-24 06:57:09 -05:00
Add missing OSFatal declaration
This commit is contained in:
parent
80a9893f56
commit
f0bf943f72
|
|
@ -173,9 +173,11 @@ typedef struct wups_loader_hook_t {
|
|||
#ifdef __cplusplus
|
||||
extern "C" uint32_t __attribute__((weak)) wut_get_thread_specific(int id);
|
||||
extern "C" const char wups_meta_info_linking_order[];
|
||||
extern "C" void OSFatal(const char *msg);
|
||||
#else
|
||||
extern uint32_t __attribute__((weak)) wut_get_thread_specific(int id);
|
||||
extern const char wups_meta_info_linking_order[];
|
||||
extern void OSFatal(const char *msg);
|
||||
#endif
|
||||
|
||||
#define WUPS___INIT_WRAPPER() \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user