Fixed minor issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2000-01-29 21:02:19 +00:00 committed by Alexandre Julliard
parent 87698cb8e2
commit fb32c7bb38
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name OLE2
name ole2
type win16
1 pascal OleBuildVersion() OleBuildVersion

View File

@ -4,6 +4,8 @@
* Copyright (C) 1998 Alexandre Julliard
*/
#include "config.h"
#include <assert.h>
#include <errno.h>
#include <limits.h>
@ -12,7 +14,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <unistd.h>
#include "winbase.h"