summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 66121078187..8dce3c8d100 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -806,6 +806,21 @@ extern BOOL parse_button ();
#define RIGHT_WIN_PRESSED 0x4000
#define APPS_PRESSED 0x2000
+/* When compiling on Windows 9x/ME and NT 3.x, the following are not defined
+ (even though they are supported on 98 and ME. */
+#ifndef WM_MOUSELEAVE
+#define WM_MOUSELEAVE 0x02A3
+#define TME_LEAVE 0x00000002;
+
+typedef struct tagTRACKMOUSEEVENT
+{
+ DWORD cbSize;
+ DWORD dwFlags;
+ HWND hwndTrack;
+ DWORD dwHoverTime;
+} TRACKMOUSEEVENT;
+#endif
+
struct image;
struct face;