Added UnlockFileEx stub.
[wine/testsucceed.git] / misc / win32s16.c
blob506bdaa263ef373dbfe68f9aa932dd0156e27545
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 "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);
28 return (SEGPTR)NULL;