X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a838ff58bfd0fd040156a16ce6fd804e20b5f46..c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 1c413a3462..f5ac200557 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -520,14 +520,9 @@ typedef struct { #ifdef __DMC__ - typedef struct tagTRACKMOUSEEVENT { - DWORD cbSize; - DWORD dwFlags; - HWND hwndTrack; - DWORD dwHoverTime; - } TRACKMOUSEEVENT, *LPTRACKMOUSEEVENT; - - WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack); + #ifndef _TrackMouseEvent + #define _TrackMouseEvent TrackMouseEvent + #endif #endif