Moves more stuff from windows.h.
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
diff --git a/loader/module.c b/loader/module.c
index 9fb53ba..735b7a7 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -10,7 +10,7 @@
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
-#include "windows.h"
+#include "wine/winuser16.h"
#include "winerror.h"
#include "class.h"
#include "file.h"