mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 01:25:58 -05:00
Fix naughty enum typedefs.
This commit is contained in:
@@ -11,13 +11,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef uint32_t OSMessageFlags;
|
||||
|
||||
enum OSMessageFlags
|
||||
typedef enum OSMessageFlags
|
||||
{
|
||||
OS_MESSAGE_QUEUE_BLOCKING = 1 << 0,
|
||||
OS_MESSAGE_QUEUE_HIGH_PRIORITY = 1 << 1,
|
||||
};
|
||||
} OSMessageFlags;
|
||||
|
||||
struct OSMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user