[PSDK]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Tue, 23 Nov 2010 16:08:39 +0000 (16:08 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Tue, 23 Nov 2010 16:08:39 +0000 (16:08 +0000)
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

index 2412dc7..1fa768b 100644 (file)
@@ -228,7 +228,7 @@ typedef unsigned int *LPUINT;
 #include <winnt.h>
 #endif
 
-#include <specstrings.h>
+//#include <specstrings.h>
 
 typedef UINT_PTR WPARAM;
 typedef LONG_PTR LPARAM;