diff --git a/include/wx/msw/wrapwin.h b/include/wx/msw/wrapwin.h index a9a927d839..72c0d8cd17 100644 --- a/include/wx/msw/wrapwin.h +++ b/include/wx/msw/wrapwin.h @@ -49,6 +49,7 @@ // with newer SDK headers #if !defined(__WIN64__) && !defined(__WXWINCE__) #define UINT_PTR unsigned int + #define LONG_PTR long #define ULONG_PTR unsigned long #define DWORD_PTR unsigned long #endif // !__WIN64__