Browse Source

engine: menu_int: hack to compile on MotoMAGX

pull/2/head
Alibek Omarov 2 years ago
parent
commit
c532c3032c
  1. 5
      engine/menu_int.h

5
engine/menu_int.h

@ -53,6 +53,11 @@ typedef struct ui_globalvars_s @@ -53,6 +53,11 @@ typedef struct ui_globalvars_s
struct ref_viewpass_s;
#if __GNUC__ == 3
#undef NORETURN
#define NORETURN
#endif // GCC 3.x have problems with noreturn attribute on function pointer
typedef struct ui_enginefuncs_s
{
// image handlers

Loading…
Cancel
Save