Completed/corrected the list of include files.
Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.

diff --git a/include/winnt.h b/include/winnt.h
index 933e83e..67b50d6 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3096,6 +3096,8 @@
 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length))
 #define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length))
 
+#include "guiddef.h"
+
 #include "poppack.h"
 
 #endif  /* __WINE_WINNT_H */