summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wmsgbm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/wow32/wmsgbm.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/private/mvdm/wow32/wmsgbm.h b/private/mvdm/wow32/wmsgbm.h
new file mode 100644
index 000000000..5c1649c1f
--- /dev/null
+++ b/private/mvdm/wow32/wmsgbm.h
@@ -0,0 +1,27 @@
+/*++ BUILD Version: 0001
+ *
+ * WOW v1.0
+ *
+ * Copyright (c) 1991, Microsoft Corporation
+ *
+ * WMSGBM.H
+ * WOW32 16-bit message thunks
+ *
+ * History:
+ * Created 11-Mar-1991 by Jeff Parsons (jeffpar)
+--*/
+
+
+
+/* Function prototypes
+ */
+PSZ GetBMMsgName(WORD wMsg);
+
+BOOL FASTCALL ThunkBMMsg16(LPMSGPARAMEX lpmpex);
+VOID FASTCALL UnThunkBMMsg16(LPMSGPARAMEX lpmpex);
+
+#define WIN31_BM_CLICK (WM_USER + 99)
+
+#ifndef BM_CLICK
+#define BM_CLICK 0x00F5 // user\server\usersrv.h
+#endif