summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wmsgcb.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/wow32/wmsgcb.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/mvdm/wow32/wmsgcb.h b/private/mvdm/wow32/wmsgcb.h
new file mode 100644
index 000000000..3ba01b50f
--- /dev/null
+++ b/private/mvdm/wow32/wmsgcb.h
@@ -0,0 +1,21 @@
+/*++ BUILD Version: 0001
+ *
+ * WOW v1.0
+ *
+ * Copyright (c) 1991, Microsoft Corporation
+ *
+ * WMSGCB.H
+ * WOW32 16-bit message thunks
+ *
+ * History:
+ * Created 11-Mar-1991 by Jeff Parsons (jeffpar)
+--*/
+
+
+
+/* Function prototypes
+ */
+PSZ GetCBMsgName(WORD wMsg);
+
+BOOL FASTCALL ThunkCBMsg16(LPMSGPARAMEX lpmpex);
+VOID FASTCALL UnThunkCBMsg16(LPMSGPARAMEX lpmpex);