| * Copyright (c) 1996 Anand Kumria |
| DEFAULT_DEBUG_CHANNEL(dll) |
| /*********************************************************************** |
| * GetWin32sInfo (W32SYS.12) |
| * 0 on success, 1 on failure |
| WORD WINAPI GetWin32sInfo16( |
| LPWIN32SINFO lpInfo /* [out] Win32S special information */ |
| lpInfo->wBuildNumber = 0; |
| /*********************************************************************** |
| * GetW32SysVersion16 (W32SYS.5) |
| WORD WINAPI GetW32SysVersion16(void) |
| /*********************************************************************** |
| * GetPEResourceTable (W32SYS.7) |
| * retrieves the resourcetable from the passed filedescriptor |
| WORD WINAPI GetPEResourceTable16( |
| HFILE16 hf /* [in] filedescriptor to opened executeable */ |
| /*********************************************************************** |
| DWORD WINAPI LoadPeResource16(WORD x,SEGPTR y) { |
| FIXME("(0x%04x,0x%08lx),stub!\n",x,y); |