Home
last modified time | relevance | path

Searched defs:_SYSTEMTIME (Results 1 – 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwtypesbase.h130 typedef struct _SYSTEMTIME { struct
140 typedef struct _SYSTEMTIME *PSYSTEMTIME; argument
Dminwinbase.h49 typedef struct _SYSTEMTIME { struct
50 WORD wYear;
51 WORD wMonth;
52 WORD wDayOfWeek;
53 WORD wDay;
54 WORD wHour;
55 WORD wMinute;
56 WORD wSecond;
57 WORD wMilliseconds;