Skip to content

Commit 93a3aee

Browse files
committed
Merge branch 'development' of https://git01.codeplex.com/casablanca into development
2 parents 9418719 + b9c4f26 commit 93a3aee

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Release/include/compat/linux_compat.h

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

66-
typedef unsigned long ULONG;
67-
typedef unsigned short WORD;
68-
typedef unsigned long DWORD;
69-
70-
typedef struct _SYSTEMTIME {
71-
WORD wYear;
72-
WORD wMonth;
73-
WORD wDayOfWeek;
74-
WORD wDay;
75-
WORD wHour;
76-
WORD wMinute;
77-
WORD wSecond;
78-
WORD wMilliseconds;
79-
} SYSTEMTIME, *PSYSTEMTIME;
80-
8166
#define ULARGE_INTEGER uint64_t
8267
#define LARGE_INTEGER int64_t
8368

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)