mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
Improve compiler compatibility (#743)
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
This commit is contained in:
@@ -13,7 +13,7 @@ typedef struct OSAlarmLink {
|
||||
/* 0x4 */ struct OSAlarm* next;
|
||||
} OSAlarmLink;
|
||||
|
||||
typedef struct OSAlarm;
|
||||
typedef struct OSAlarm OSAlarm;
|
||||
typedef void (*OSAlarmHandler)(struct OSAlarm* alarm, OSContext* context);
|
||||
|
||||
typedef struct OSAlarm {
|
||||
|
||||
Reference in New Issue
Block a user