Release 980215
[wine/multimedia.git] / misc / win32s16.c
blobd602aefcb388a3878c50dbf377d0a8dcb8ce4a9b
1 /*
2 * WIN32S16
3 * DLL for Win32s
5 * Copyright (c) 1997 Andreas Mohr
6 */
8 #include "windows.h"
9 #include <string.h>
10 #include <stdlib.h>
11 #include <stdio.h>
13 void BootTask()
15 fprintf(stderr, "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 fprintf(stderr, "StackLinearToSegmented(), stub !\n");
26 return (SEGPTR)NULL;