5 * Copyright (c) 1997 Andreas Mohr
13 DEFAULT_DEBUG_CHANNEL(dll
)
15 void WINAPI
BootTask16()
17 MSG("BootTask(): should only be used by WIN32S.EXE.\n");
20 /***********************************************************************
21 * StackLinearToSegmented (WIN32S16.43)
23 * Written without any docu.
25 SEGPTR WINAPI
StackLinearToSegmented16(WORD w1
, WORD w2
)
27 FIXME(dll
,"(%d,%d):stub.\n",w1
,w2
);