commit | 5e4b7de1b6bcbc5c4adff69e12f6ccc9c3f2e313 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Fri Oct 13 23:13:01 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 13 23:13:01 2000 +0000 |
tree | 52ac2f3bdcd618a16fa64d9e1c14b82201f71200 | |
parent | 6371e83259c33330c8d25b4d72078b39f12294ac [diff] [blame] |
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 */