Removed inclusion of winnt.h because the porting layer shouldn't
include Windows specific stuff.
This commit is contained in:
parent
42e052d405
commit
65b07455d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue