Enhanced ELF files lookup for symbolic info.
[wine/gsoc_dplay.git] / dlls / win32s / win32s16.c
blobbf7243c5abe41aa5fb10ee2ef03bb021dbf17b4d
1 /*
2 * WIN32S16
3 * DLL for Win32s
5 * Copyright (c) 1997 Andreas Mohr
6 */
8 #include <string.h>
9 #include <stdlib.h>
10 #include "windef.h"
11 #include "debugtools.h"
13 DEFAULT_DEBUG_CHANNEL(dll);
15 /***********************************************************************
16 * BootTask16
18 void WINAPI BootTask16()
20 MESSAGE("BootTask(): should only be used by WIN32S.EXE.\n");
23 /***********************************************************************
24 * StackLinearToSegmented (WIN32S16.43)
26 * Written without any docu.
28 SEGPTR WINAPI StackLinearToSegmented16(WORD w1, WORD w2)
30 FIXME("(%d,%d):stub.\n",w1,w2);
31 return (SEGPTR)NULL;