From 65b07455d3ddf277317b402d05ef4cc2d9838a05 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Thu, 26 Jul 2001 21:43:29 +0000 Subject: [PATCH] Removed inclusion of winnt.h because the porting layer shouldn't include Windows specific stuff. --- include/wine/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/port.h b/include/wine/port.h index 198a7b100c1..8f1635f3169 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -7,7 +7,7 @@ #define __WINE_WINE_PORT_H #include "config.h" -#include "winnt.h" + #include #include #include