3 * helper DLL for Win32s
5 * Copyright (c) 1996 Anand Kumria
9 #include "debugtools.h"
11 DEFAULT_DEBUG_CHANNEL(dll);
19 } WIN32SINFO, *LPWIN32SINFO;
21 /***********************************************************************
22 * GetWin32sInfo (W32SYS.12)
24 * 0 on success, 1 on failure
26 WORD WINAPI GetWin32sInfo16(
27 LPWIN32SINFO lpInfo /* [out] Win32S special information */
31 lpInfo->wBuildNumber = 0;
32 lpInfo->fDebug = FALSE;
37 /***********************************************************************
38 * GetW32SysVersion16 (W32SYS.5)
40 WORD WINAPI GetW32SysVersion16(void)
45 /***********************************************************************
46 * GetPEResourceTable (W32SYS.7)
47 * retrieves the resourcetable from the passed filedescriptor
51 WORD WINAPI GetPEResourceTable16(
52 HFILE16 hf /* [in] filedescriptor to opened executeable */
57 /***********************************************************************
60 DWORD WINAPI LoadPeResource16(WORD x,SEGPTR y) {
61 FIXME("(0x%04x,0x%08lx),stub!\n",x,y);