diff options
Diffstat (limited to 'include/m_types.h')
-rw-r--r-- | include/m_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_types.h b/include/m_types.h index c01c838de2..13208cc993 100644 --- a/include/m_types.h +++ b/include/m_types.h @@ -54,7 +54,6 @@ using namespace std; typedef void *HANDLE; typedef int BOOL, SOCKET; -typedef uint16_t WORD; typedef uint32_t UINT, COLORREF; typedef intptr_t WPARAM, LPARAM, INT_PTR; typedef uintptr_t UINT_PTR, DWORD_PTR, LRESULT; |