mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-17 18:29:24 +01:00
fixed
This commit is contained in:
parent
de95ba005b
commit
075f5820eb
16
os_types.h
16
os_types.h
@ -8,12 +8,16 @@ extern "C" {
|
|||||||
#include <gctypes.h>
|
#include <gctypes.h>
|
||||||
|
|
||||||
typedef struct _OSCalendarTime {
|
typedef struct _OSCalendarTime {
|
||||||
int32_t tm_sec;
|
int sec;
|
||||||
int32_t tm_min;
|
int min;
|
||||||
int32_t tm_hour;
|
int hour;
|
||||||
int32_t tm_mday;
|
int mday;
|
||||||
int32_t tm_mon;
|
int mon;
|
||||||
int32_t tm_year;
|
int year;
|
||||||
|
int wday;
|
||||||
|
int yday;
|
||||||
|
int msec;
|
||||||
|
int usec;
|
||||||
} OSCalendarTime;
|
} OSCalendarTime;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user