From 90b23eee60c7116b3624df4c5ad40a25a7a1980e Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Tue, 23 Nov 2010 16:08:39 +0000 Subject: [PATCH 1/1] [PSDK] Comment out specstrings.h inclusion in windef.h as per Timo's request. Fixes build. svn path=/trunk/; revision=49724 --- reactos/include/psdk/windef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/windef.h b/reactos/include/psdk/windef.h index 2412dc75705..1fa768b2ecd 100644 --- a/reactos/include/psdk/windef.h +++ b/reactos/include/psdk/windef.h @@ -228,7 +228,7 @@ typedef unsigned int *LPUINT; #include #endif -#include +//#include typedef UINT_PTR WPARAM; typedef LONG_PTR LPARAM; -- 2.17.1