Skip to content

Commit 058eb39

Browse files
committed
Remove SYSTEMTIME from linux_compat.h
1 parent 244da7f commit 058eb39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Release/include/compat/linux_compat.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ typedef uint32_t HRESULT;
6363
#define E_NOTIMPL 0x80004001
6464
#define E_NOINTERFACE 0x80004002
6565

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-
7766
#define ULARGE_INTEGER uint64_t
7867
#define LARGE_INTEGER int64_t
7968

0 commit comments

Comments
 (0)