summaryrefslogtreecommitdiff
path: root/include/m_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_types.h')
-rw-r--r--include/m_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_types.h b/include/m_types.h
index 8740be7f30..c01c838de2 100644
--- a/include/m_types.h
+++ b/include/m_types.h
@@ -54,9 +54,8 @@ using namespace std;
typedef void *HANDLE;
typedef int BOOL, SOCKET;
-typedef uint8_t BYTE;
typedef uint16_t WORD;
-typedef uint32_t DWORD, UINT, COLORREF;
+typedef uint32_t UINT, COLORREF;
typedef intptr_t WPARAM, LPARAM, INT_PTR;
typedef uintptr_t UINT_PTR, DWORD_PTR, LRESULT;
typedef char *LPSTR;