5 * Copyright (c) 1997 Andreas Mohr
11 #include "debugtools.h"
13 DEFAULT_DEBUG_CHANNEL(dll
)
15 void WINAPI
BootTask16()
17 MESSAGE("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("(%d,%d):stub.\n",w1
,w2
);