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/windows/msgbox.c b/windows/msgbox.c
index a045d23..2ea0539 100644
--- a/windows/msgbox.c
+++ b/windows/msgbox.c
@@ -4,7 +4,7 @@
* Copyright 1995 Bernd Schmidt
*/
-#include "windows.h"
+#include "wine/winuser16.h"
#include "dlgs.h"
#include "heap.h"
#include "module.h"