5 * Copyright (c) 1997 Andreas Mohr
11 #include "wine/winbase16.h"
12 #include "debugtools.h"
14 DEFAULT_DEBUG_CHANNEL(dll
);
16 /***********************************************************************
19 void WINAPI
BootTask16()
21 MESSAGE("BootTask(): should only be used by WIN32S.EXE.\n");
24 /***********************************************************************
25 * StackLinearToSegmented (WIN32S16.43)
27 * Written without any docu.
29 SEGPTR WINAPI
StackLinearToSegmented16(WORD w1
, WORD w2
)
31 FIXME("(%d,%d):stub.\n",w1
,w2
);
36 /***********************************************************************
37 * UTSelectorOffsetToLinear16 (WIN32S16.48)
39 * rough guesswork, but seems to work (I had no "reasonable" docu)
41 LPVOID WINAPI
UTSelectorOffsetToLinear16(SEGPTR sptr
)
46 /***********************************************************************
47 * UTLinearToSelectorOffset16 (WIN32S16.49)
49 * FIXME: I don't know if that's the right way to do linear -> segmented
51 SEGPTR WINAPI
UTLinearToSelectorOffset16(LPVOID lptr
)