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