Skip to content

Commit 244da7f

Browse files
committed
Remove unnecessary typedefs on Linux
These are Windows types that don't need to be defined in Linux
1 parent 728c374 commit 244da7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Release/include/compat/linux_compat.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +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-
7066
typedef struct _SYSTEMTIME {
7167
WORD wYear;
7268
WORD wMonth;

0 commit comments

Comments
 (0)