Handle non-hardware X events correctly with native USER
[wine/multimedia.git] / misc / win32s16.c
blob42913d11019e545cc00abbb2890ac9cd80d44972
1 /*
2 * WIN32S16
3 * DLL for Win32s
5 * Copyright (c) 1997 Andreas Mohr
6 */
8 #include <string.h>
9 #include <stdlib.h>
10 #include "windows.h"
11 #include "debug.h"
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);
26 return (SEGPTR)NULL;