Fixed palette handling for true/high-color X11.
[wine/multimedia.git] / misc / win32s16.c
blobafe644dfceb2dc262872cf6a2751617f963a9399
1 /*
2 * WIN32S16
3 * DLL for Win32s
5 * Copyright (c) 1997 Andreas Mohr
6 */
8 #include <string.h>
9 #include <stdlib.h>
10 #include "windef.h"
11 #include "debug.h"
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);
28 return (SEGPTR)NULL;