You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIBUI_UI_H and _UI_EXTERN are identifiers that are reserved for the compiler. User programs must not use such identifiers! cf. the ANSI C standards, or http://c-faq.com/decl/namespace.html
UI_EXTERN or LIBUI_UI_H are perfectly good replacements.
(and similarly for all the others, such as _UI_ENUM, etc).
The text was updated successfully, but these errors were encountered:
LIBUI_UI_H and _UI_EXTERN are identifiers that are reserved for the compiler. User programs must not use such identifiers! cf. the ANSI C standards, or http://c-faq.com/decl/namespace.html
UI_EXTERN or LIBUI_UI_H are perfectly good replacements.
(and similarly for all the others, such as _UI_ENUM, etc).
The text was updated successfully, but these errors were encountered: