We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244da7f commit 058eb39Copy full SHA for 058eb39
Release/include/compat/linux_compat.h
@@ -63,17 +63,6 @@ typedef uint32_t HRESULT;
63
#define E_NOTIMPL 0x80004001
64
#define E_NOINTERFACE 0x80004002
65
66
-typedef struct _SYSTEMTIME {
67
- WORD wYear;
68
- WORD wMonth;
69
- WORD wDayOfWeek;
70
- WORD wDay;
71
- WORD wHour;
72
- WORD wMinute;
73
- WORD wSecond;
74
- WORD wMilliseconds;
75
-} SYSTEMTIME, *PSYSTEMTIME;
76
-
77
#define ULARGE_INTEGER uint64_t
78
#define LARGE_INTEGER int64_t
79
0 commit comments