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