Added missing/wrong includes.
This commit is contained in:
parent
4bf335497d
commit
fdcfdb9a6d
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1995 Sven Verdoolaege
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "wine/winestring.h"
|
||||
#include "winbase.h"
|
||||
#include "commdlg.h"
|
||||
#include "debug.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* Copyright 1996-1998 Marcus Meissner
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Process synchronisation
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "snoop.h"
|
||||
#include "task.h"
|
||||
#include "debug.h"
|
||||
#include "toolhelp.h"
|
||||
|
||||
DEFAULT_DEBUG_CHANNEL(module)
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "file.h"
|
||||
#include "loadorder.h"
|
||||
#include "elfdll.h"
|
||||
#include "toolhelp.h"
|
||||
|
||||
DEFAULT_DEBUG_CHANNEL(module)
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "stackframe.h"
|
||||
#include "debugtools.h"
|
||||
#include "xmalloc.h"
|
||||
#include "toolhelp.h"
|
||||
|
||||
DECLARE_DEBUG_CHANNEL(dll)
|
||||
DECLARE_DEBUG_CHANNEL(fixup)
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "wine/winbase16.h"
|
||||
#include "wine/winuser16.h"
|
||||
#include "winuser.h"
|
||||
#include "instance.h"
|
||||
#include "ldt.h"
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "wine/winbase16.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "wine/keyboard16.h"
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "wine/winuser16.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "dc.h"
|
||||
|
|
|
@ -5,8 +5,10 @@
|
|||
* Copyright 1997 Onno Hovers
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "windef.h"
|
||||
#include "winerror.h"
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "wine/winuser16.h"
|
||||
#include "win.h"
|
||||
#include "heap.h"
|
||||
#include "debug.h"
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "wine/winuser16.h"
|
||||
#include "winuser.h"
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* SetRect16 (USER.72)
|
||||
*/
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "wine/winuser16.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "monitor.h"
|
||||
|
|
Loading…
Reference in New Issue