summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow16/inc/w32sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/wow16/inc/w32sys.h')
-rw-r--r--private/mvdm/wow16/inc/w32sys.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/mvdm/wow16/inc/w32sys.h b/private/mvdm/wow16/inc/w32sys.h
new file mode 100644
index 000000000..425bdba76
--- /dev/null
+++ b/private/mvdm/wow16/inc/w32sys.h
@@ -0,0 +1,24 @@
+/*************************************************************************\
+* w32sys.h
+*
+* Win32S i/f
+*
+* 11-18-91 AviN Created
+\*************************************************************************/
+
+#ifndef APIENTRY
+#define APIENTRY _far _pascal _loadds
+#endif
+
+HANDLE APIENTRY GetPEResourceTable(WORD hFile);
+HANDLE APIENTRY LoadPEResource(HANDLE hFile, LPSTR lpResTable, LPSTR lpId, LPSTR lpType);
+WORD APIENTRY GetW32SysVersion(VOID);
+BOOL APIENTRY GetPEExeInfo(LPSTR lpFileName, LPSTR lpBuff, WORD cbBuff, WORD iInfo);
+WORD APIENTRY ExecPE(LPSTR lpPath, LPSTR lpCmd, WORD nCmdShow);
+BOOL APIENTRY IsPEFormat(LPSTR lpFileName, WORD hFile);
+
+/*
+ * Constants for GetPEExeInfo iInfo parameter
+ */
+#define GPEI_MODNAME 1
+#define GPEI_DESCRIPTION 2