summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wshltbl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/wow32/wshltbl.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/mvdm/wow32/wshltbl.h b/private/mvdm/wow32/wshltbl.h
new file mode 100644
index 000000000..9b38c4e9e
--- /dev/null
+++ b/private/mvdm/wow32/wshltbl.h
@@ -0,0 +1,25 @@
+/*++ BUILD Version: 0001
+ *
+ * WOW v1.0
+ *
+ * Copyright (c) 1991, Microsoft Corporation
+ *
+ * WSHLTBL.H
+ * WOW32 16-bit SHELL API tables
+ *
+ * History:
+ * Created 14-April-1992 by Chandan Chauhan (ChandanC)
+ *
+--*/
+
+
+
+/* SHELL dispatch table
+ */
+extern W32 aw32Shell[];
+
+
+
+#ifdef DEBUG_OR_WOWPROFILE
+extern INT iShellMax;
+#endif