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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_types.h b/include/m_types.h
index 1223ff4c7e..e95b10718a 100644
--- a/include/m_types.h
+++ b/include/m_types.h
@@ -55,7 +55,7 @@ typedef uint8_t BYTE;
typedef uint16_t WORD;
typedef uint32_t DWORD, UINT, COLORREF;
typedef intptr_t WPARAM, LPARAM, INT_PTR;
-typedef uintptr_t UINT_PTR;
+typedef uintptr_t UINT_PTR, LRESULT;
typedef char *LPSTR;
typedef const char *LPCSTR;
typedef wchar_t *LPWSTR, *LPTSTR;