Corrected small bug in GetCommState16. Parity check can be disabled
[wine.git] / misc / win32s16.c
blob8cc147d4cbf7e478527406cc6f2fd72910344b60
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 void WINAPI BootTask16()
15 MSG("BootTask(): should only be used by WIN32S.EXE.\n");
18 /***********************************************************************
19 * StackLinearToSegmented (WIN32S16.43)
21 * Written without any docu.
23 SEGPTR WINAPI StackLinearToSegmented16(WORD w1, WORD w2)
25 FIXME(dll,"(%d,%d):stub.\n",w1,w2);
26 return (SEGPTR)NULL;