summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wmsgsbm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/wow32/wmsgsbm.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/mvdm/wow32/wmsgsbm.h b/private/mvdm/wow32/wmsgsbm.h
new file mode 100644
index 000000000..8ef91b046
--- /dev/null
+++ b/private/mvdm/wow32/wmsgsbm.h
@@ -0,0 +1,21 @@
+/*++ BUILD Version: 0001
+ *
+ * WOW v1.0
+ *
+ * Copyright (c) 1991, Microsoft Corporation
+ *
+ * WMSGSBM.H
+ * WOW32 16-bit message thunks for SCROLLBARs
+ *
+ * History:
+ * Created 10-Jun-1992 by Bob Day (bobday)
+--*/
+
+
+
+/* Function prototypes
+ */
+PSZ GetSBMMsgName(WORD wMsg);
+
+BOOL FASTCALL ThunkSBMMsg16(LPMSGPARAMEX lpmpex);
+VOID FASTCALL UnThunkSBMMsg16(LPMSGPARAMEX lpmpex);