3 * helper DLL for Win32s
5 * Copyright (c) 1996 Anand Kumria
9 #include "wine/windef16.h"
10 #include "debugtools.h"
12 DEFAULT_DEBUG_CHANNEL(dll);
20 } WIN32SINFO, *LPWIN32SINFO;
22 /***********************************************************************
23 * GetWin32sInfo (W32SYS.12)
25 * 0 on success, 1 on failure
27 WORD WINAPI GetWin32sInfo16(
28 LPWIN32SINFO lpInfo /* [out] Win32S special information */
32 lpInfo->wBuildNumber = 0;
33 lpInfo->fDebug = FALSE;
38 /***********************************************************************
39 * GetW32SysVersion16 (W32SYS.5)
41 WORD WINAPI GetW32SysVersion16(void)
46 /***********************************************************************
47 * GetPEResourceTable (W32SYS.7)
48 * retrieves the resourcetable from the passed filedescriptor
52 WORD WINAPI GetPEResourceTable16(
53 HFILE16 hf /* [in] filedescriptor to opened executeable */
58 /***********************************************************************
61 DWORD WINAPI LoadPeResource16(WORD x,SEGPTR y) {
62 FIXME("(0x%04x,0x%08lx),stub!\n",x,y);