5 * Copyright (c) 1997 Andreas Mohr
16 MSG("BootTask(): should only be used by WIN32S.EXE.\n");
19 /***********************************************************************
20 * StackLinearToSegmented (WIN32S16.43)
22 * Written without any docu.
24 SEGPTR WINAPI StackLinearToSegmented(WORD w1, WORD w2)
26 FIXME(dll,"(%d,%d):stub.\n",w1,w2);