Removed inclusion of winnt.h because the porting layer shouldn't

include Windows specific stuff.
This commit is contained in:
Patrik Stridvall 2001-07-26 21:43:29 +00:00 committed by Alexandre Julliard
parent 42e052d405
commit 65b07455d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#define __WINE_WINE_PORT_H
#include "config.h"
#include "winnt.h"
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>