Removed a lot of occurences of windows.h (and added necessary other

includes).
This commit is contained in:
Marcus Meissner 1999-02-19 10:37:02 +00:00 committed by Alexandre Julliard
parent 025464634a
commit 04c3e1d456
114 changed files with 103 additions and 147 deletions

View File

@ -9,13 +9,13 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "wine/winbase16.h"
#include "module.h"
#include "neexe.h"
#include "process.h"
#include "task.h"
#include "miscemu.h"
#include "toolhelp.h"
#include "windows.h"
#include "debugger.h"
#include "dosexe.h"

View File

@ -63,7 +63,6 @@
*/
#include <stdio.h>
#include "windows.h"
#include "debugger.h"
/*

View File

@ -19,9 +19,9 @@
#include "task.h"
#include "options.h"
#include "queue.h"
#include "win.h"
#include "wine/winbase16.h"
#include "winnt.h"
#include "win.h"
#include "debugger.h"
#include "neexe.h"
#include "process.h"

View File

@ -7,7 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "debugger.h"
#include "miscemu.h"

View File

@ -28,8 +28,6 @@
#define PATH_MAX _MAX_PATH
#endif
#include "debugger.h"
#include "win.h"
#include "pe_image.h"
#include "neexe.h"
#include "peexe.h"
#include "xmalloc.h"

View File

@ -19,7 +19,6 @@
#define PATH_MAX _MAX_PATH
#endif
#include "win.h"
#include "wine/winbase16.h"
#include "pe_image.h"
#include "peexe.h"

View File

@ -19,7 +19,6 @@
#define PATH_MAX _MAX_PATH
#endif
#include "win.h"
#include "debugger.h"
#include "xmalloc.h"

View File

@ -8,7 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "xmalloc.h"
#include "windows.h"
#include "debugger.h"

View File

@ -18,7 +18,6 @@
#include <string.h>
#include <unistd.h>
#include "win.h"
#include "pe_image.h"
#include "peexe.h"
#include "debugger.h"

View File

@ -16,9 +16,9 @@
* - should include "combo.h"
*/
#include "win.h"
#include "commctrl.h"
#include "comboex.h"
#include "win.h"
#include "debug.h"
#define ID_CB_EDIT 1001

View File

@ -14,9 +14,9 @@
*
*/
#include "win.h"
#include "commctrl.h"
#include "datetime.h"
#include "win.h"
#include "debug.h"

View File

@ -13,7 +13,6 @@
*/
#include "commctrl.h"
#include "debug.h"

View File

@ -32,7 +32,6 @@
#include <stdlib.h>
#include "commctrl.h"
#include "winnls.h"
#include "sysmetrics.h"
#include "updown.h"
#include "win.h"
#include "debug.h"

View File

@ -4,9 +4,8 @@
* Copyright 1998 Patrik Stridvall
*/
#include "winerror.h"
#include "winbase.h"
#include "wintypes.h"
#include "winerror.h"
#include "msacm.h"
#include "debug.h"

View File

@ -6,11 +6,10 @@
#include "winbase.h"
#include "winerror.h"
#include "wintypes.h"
#include "debug.h"
#include "mmsystem.h"
#include "msacm.h"
#include "msacmdrv.h"
#include "debug.h"
/***********************************************************************
* acmFilterChooseA (MSACM32.13)

View File

@ -7,13 +7,12 @@
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "wintypes.h"
#include "debug.h"
#include "driver.h"
#include "heap.h"
#include "mmsystem.h"
#include "msacm.h"
#include "msacmdrv.h"
#include "debug.h"
/**********************************************************************/

View File

@ -13,7 +13,9 @@
#include <errno.h>
#include <sys/errno.h>
#include "windows.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winerror.h"
#include "process.h"
#include "drive.h"

View File

@ -6,7 +6,7 @@
*
*/
#include "windows.h"
#include "wingdi.h"
#include "cache.h"
static const WORD wPattern55AA[] =

View File

@ -4,8 +4,6 @@
This file contains all common miscellaneous code that spans
different 'objects' */
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "wine/obj_base.h"
#include "ddraw.h"

View File

@ -5,7 +5,6 @@
only the 'OpenGL' target is supported. */
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -5,7 +5,6 @@
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -5,7 +5,6 @@
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -4,7 +4,6 @@
This files contains the implementation of Direct3DMaterial2. */
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -5,7 +5,6 @@
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -4,7 +4,6 @@
This files contains the implementation of Direct3DViewport2. */
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "wine/obj_base.h"

View File

@ -46,7 +46,6 @@
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "winerror.h"
#include "gdi.h"

View File

@ -6,7 +6,6 @@
*/
#include <string.h>
#include "windows.h"
#include "miscemu.h"
#include "dispdib.h"
#include "vga.h"

View File

@ -8,7 +8,6 @@
*/
#include <stdio.h>
#include <string.h>
#include "windows.h"
#include "config.h"
#include "gdi.h"
#include "debug.h"

View File

@ -5,7 +5,7 @@
*/
#include <stdio.h>
#include "windows.h"
#include "wingdi.h"
#include "gdi.h"
#include "heap.h"
#include "ldt.h"

View File

@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <debug.h>
#include "windows.h"
#include "winbase.h"
#include "font.h"

View File

@ -4,7 +4,6 @@
* Copyright 1993 Alexandre Julliard
*/
#include <math.h>
#include "dc.h"
#include "debug.h"

View File

@ -10,19 +10,11 @@
#include "ts_xutil.h"
#include "x11drv.h"
#include <math.h>
#include <stdlib.h>
#ifndef PI
#define PI M_PI
#endif
#include "gdi.h"
#include "dc.h"
#include "bitmap.h"
#include "callback.h"
#include "heap.h"
#include "metafile.h"
#include "monitor.h"
#include "palette.h"
#include "cache.h"
#include "region.h"
#include "path.h"

View File

@ -8,7 +8,8 @@
#include <malloc.h>
#include <math.h>
#include "windows.h"
#include "winbase.h"
#include "wingdi.h"
#include "winerror.h"
#include "dc.h"

View File

@ -7,7 +7,6 @@
*/
#include <string.h>
#include "windows.h"
#include "winnt.h" /* HEAP_ZERO_MEMORY */
#include "psdrv.h"
#include "options.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "gdi.h"
#include "psdrv.h"
#include "debug.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "psdrv.h"
#include "brush.h"
#include "debug.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "psdrv.h"
#include "debug.h"

View File

@ -10,11 +10,10 @@
*/
#include <string.h>
#include "windows.h"
#include "psdrv.h"
#include "debug.h"
#include "resource.h"
#include "win.h"
#include "winuser.h"
#include "winspool.h"
static LONG Resolutions[][2] = { {600,600} };

View File

@ -5,7 +5,6 @@
*
*/
#include <string.h>
#include "windows.h"
#include "winspool.h"
#include "psdrv.h"
#include "debug.h"

View File

@ -6,7 +6,6 @@
*/
#include <string.h>
#include <math.h>
#include "windows.h"
#include "psdrv.h"
#include "debug.h"
#include "winspool.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "gdi.h"
#include "psdrv.h"
#include "debug.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "psdrv.h"
#include "font.h"
#include "pen.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "windows.h"
#include "pen.h"
#include "psdrv.h"
#include "debug.h"

View File

@ -7,7 +7,6 @@
#include <string.h>
#include <ctype.h>
#include "windows.h"
#include "winnt.h" /* HEAP_ZERO_MEMORY */
#include "heap.h"
#include "debug.h"

View File

@ -7,7 +7,6 @@
#include <ctype.h>
#include <string.h>
#include "windows.h"
#include "psdrv.h"
#include "winspool.h"
#include "debug.h"

View File

@ -5,7 +5,6 @@
*
*/
#include <string.h>
#include "windows.h"
#include "psdrv.h"
#include "debug.h"
#include "winspool.h"

View File

@ -6,8 +6,9 @@
*/
#include <string.h>
#include "windows.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winuser16.h"
#include "miscemu.h"
#include "vga.h"
#include "ddraw.h"

View File

@ -6,9 +6,8 @@
*/
#include <stdio.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "win16drv.h"
#include "gdi.h"
#include "module.h"
#include "font.h"
#include "heap.h"

View File

@ -7,7 +7,6 @@
#include <string.h>
#include <ctype.h>
#include "windows.h"
#include "win16drv.h"
#include "gdi.h"
#include "bitmap.h"

View File

@ -10,7 +10,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "win16drv.h"
#include "heap.h"
#include "brush.h"

View File

@ -6,7 +6,6 @@
*/
#include <stdlib.h>
#include "windows.h"
#include "win16drv.h"
#include "dc.h"
#include "gdi.h"

View File

@ -7,9 +7,9 @@
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "windows.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "builtin32.h"
#include "gdi.h"
#include "global.h"
#include "heap.h"
#include "module.h"

View File

@ -5,7 +5,8 @@
#include <assert.h>
#include <stdlib.h>
#include "windows.h"
#include <string.h>
#include "wine/winbase16.h"
#include "winnt.h"
#include "global.h"
#include "heap.h"

View File

@ -6,7 +6,6 @@
#include <assert.h>
#include <string.h>
#include "windows.h"
#include "winbase.h"
#include "winnt.h"
#include "heap.h"

View File

@ -8,7 +8,7 @@
#ifndef __WINE_DISPDIB_H
#define __WINE_DISPDIB_H
#include "wintypes.h"
#include "wingdi.h"
/* error codes */
#define DISPLAYDIB_NOERROR 0x0000

View File

@ -21,6 +21,7 @@
#include "winnt.h"
#include "sig_context.h"
#include "msdos.h"
#include "file.h"
#include "miscemu.h"
#include "debugger.h"
#include "module.h"

View File

@ -16,7 +16,6 @@
#include <string.h>
#include <sys/types.h>
#include "windows.h"
#include "snoop.h"
#include "process.h"
#include "neexe.h"

View File

@ -5,11 +5,11 @@
*/
#include <stdlib.h>
#include "wine/winestring.h"
#include "libres.h"
#include "resource.h"
#include "debug.h"
#include "heap.h"
#include "windows.h"
#include "xmalloc.h"
typedef struct RLE

View File

@ -44,7 +44,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include "windows.h"
#include "windef.h"
#include "winbase.h"
#include "callback.h"
#include "file.h"

View File

@ -12,8 +12,8 @@
#include <stdlib.h>
#include <sys/types.h>
#include "wine/winestring.h"
#include "wintypes.h"
#include "windows.h"
#include "pe_image.h"
#include "module.h"
#include "heap.h"

View File

@ -12,7 +12,10 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "windows.h"
#include "ntdll.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "gdi.h"
#include "global.h"

View File

@ -4,7 +4,6 @@
* Copyright 1996, 1998 Alexandre Julliard
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "winuser.h"

View File

@ -10,7 +10,7 @@
#include <unistd.h>
#include <string.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "global.h"
#include "heap.h"
#include "toolhelp.h"

View File

@ -8,7 +8,8 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "selectors.h"
#include "global.h"
#include "winbase.h"

View File

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "ldt.h"
#include "task.h"
#include "global.h"

View File

@ -5,7 +5,7 @@
*/
#include <string.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "ldt.h"
#include "miscemu.h"
#include "selectors.h"

View File

@ -7,7 +7,8 @@
#include <ctype.h>
#include <string.h>
#include "windows.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "ldt.h"
#include "debug.h"

View File

@ -5,12 +5,12 @@
*/
#include <assert.h>
#include "debug.h"
#include "windows.h"
#include "winuser.h"
#include "callback.h"
#include "task.h"
#include "syslevel.h"
#include "queue.h"
#include "debug.h"
/**********************************************************************

View File

@ -7,8 +7,10 @@
#include <ctype.h>
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "winreg.h"
#include "global.h"
#include "windows.h"
#include "winnt.h"
#include "winerror.h"
#include "winreg.h"

View File

@ -38,8 +38,8 @@ AJ 990101:
#include <math.h>
#include <fcntl.h>
#include <setjmp.h>
#include "win.h"
#include "windows.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "debug.h"
#include "module.h"

View File

@ -10,13 +10,13 @@
#include <stdlib.h>
#include <strings.h>
#include "winbase.h"
#include "winuser.h"
#include "ddeml.h"
#include "debug.h"
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "heap.h"
#include "shm_semaph.h"
#include "debug.h"
/* Has defined in atom.c file.
*/

View File

@ -7,7 +7,7 @@
#include <stdlib.h>
#include <string.h>
#include "windows.h"
#include "wintypes.h"
#include "stackframe.h"
#include "debug.h"

View File

@ -4,7 +4,8 @@
* Copyright 1998 Patrik Stridvall
*/
#include "windows.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "wintypes.h"
#include "debug.h"

View File

@ -22,8 +22,10 @@
#endif /* HAVE_WCTYPE_H */
#include "windows.h"
#include "winnt.h" /* HEAP_ macros */
#include "winbase.h"
#include "winnls.h"
#include "wine/winbase16.h"
#include "winuser.h"
#include "task.h"
#include "heap.h"
#include "ldt.h"

View File

@ -9,7 +9,10 @@
#include <string.h>
#include <ctype.h>
#include "windows.h"
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "file.h"
#include "heap.h"
#include "lzexpand.h"

View File

@ -21,16 +21,14 @@
#ifdef MALLOC_DEBUGGING
# include <malloc.h>
#endif
#include "winbase.h"
#include "winsock.h"
#include "heap.h"
#include "message.h"
#include "msdos.h"
#include "windows.h"
#include "color.h"
#include "options.h"
#include "desktop.h"
#include "shell.h"
#include "winbase.h"
#include "builtin32.h"
#include "debug.h"
#include "debugdefs.h"

View File

@ -11,12 +11,13 @@
#include <pwd.h>
#include <unistd.h>
#include "windows.h"
#include "wintypes.h"
#include "winnetwk.h"
#include "winuser.h"
#include "winerror.h"
#include "drive.h"
#include "wnet.h"
#include "debug.h"
#include "win.h"
#include "heap.h"
/********************************************************************

View File

@ -30,8 +30,10 @@
#include <pwd.h>
#include <assert.h>
#include <time.h>
#include "windows.h"
#include "win.h"
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winerror.h"
#include "file.h"
#include "heap.h"

View File

@ -13,7 +13,6 @@
#include "wine/shell16.h"
#include "winerror.h"
#include "file.h"
#include "shell.h"
#include "heap.h"
#include "module.h"
#include "neexe.h"
@ -26,7 +25,6 @@
#include "debug.h"
#include "winreg.h"
#include "imagelist.h"
#include "commctrl.h"
/* .ICO file ICONDIR definitions */

View File

@ -3,7 +3,7 @@
*/
#include <stdlib.h>
#include "windows.h"
#include "wintypes.h"
#include "debug.h"
INT16 WINAPI OpenSound16(void)

View File

@ -12,7 +12,8 @@
#include <sys/types.h>
#include <sys/wait.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "selectors.h"
#include "sig_context.h"
#include "miscemu.h"

View File

@ -7,7 +7,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "windows.h"
#include "wintypes.h"
#include "debug.h"
UINT32 WINAPI lineInitialize(

View File

@ -9,8 +9,8 @@
#include <unistd.h>
#include <ctype.h>
#include <assert.h>
#include "windows.h"
#include "win.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "winerror.h"
#include "process.h"
#include "tlhelp32.h"

View File

@ -29,7 +29,7 @@
*****************************************************************************/
#include <string.h>
#include "windows.h"
#include "winuser.h"
#include "tweak.h"
#include "options.h"
#include "debug.h"

View File

@ -9,12 +9,12 @@
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winbase16.h"
#include "process.h"
#include "options.h"
#include "debug.h"
#include "ole.h"
#include "neexe.h"
#include "winversion.h"

View File

@ -8,11 +8,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "wintypes.h"
#include "wine/winbase16.h"
#include "module.h"
#include "ldt.h"
#include "selectors.h"
#include "winbase.h"
#include "heap.h"
/***********************************************************************

View File

@ -6,9 +6,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "windows.h"
#include "winbase.h"
LPSTR WINAPI GetWin32sDirectory(void)
{

View File

@ -5,7 +5,7 @@
* Copyright (c) 1996 Anand Kumria
*/
#include "windows.h"
#include "wintypes.h"
#include "w32sys.h"
/***********************************************************************

View File

@ -7,7 +7,7 @@
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "wintypes.h"
#include "debug.h"
void WINAPI BootTask()

View File

@ -6,7 +6,7 @@
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "wintypes.h"
#include "module.h"
#include "debug.h"

View File

@ -13,7 +13,6 @@
#include "config.h"
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/ioctl.h>
@ -46,8 +45,8 @@
#include <unistd.h>
#include <stdlib.h>
#include "wine/winbase16.h"
#include "winsock.h"
#include "windows.h"
#include "winnt.h"
#include "heap.h"
#include "ldt.h"

View File

@ -35,7 +35,6 @@
#endif
#include "winsock.h"
#include "windows.h"
#include "heap.h"
#include "ldt.h"
#include "message.h"

View File

@ -6,7 +6,8 @@
#include <stdarg.h>
#include <string.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "winuser.h"
#include "ldt.h"
#include "stackframe.h"
#include "debug.h"

View File

@ -4,7 +4,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "windows.h"
#include "wine/winuser16.h"
#include "ldt.h"
#include "global.h"
#include "module.h"

View File

@ -9,6 +9,7 @@
#include <unistd.h>
#include <string.h>
#include "windows.h"
#include "global.h"
#include "module.h"
#include "miscemu.h"
#include "toolhelp.h"

View File

@ -7,7 +7,6 @@
#include <assert.h>
#include <string.h>
#include "windows.h"
#include "winbase.h"
#include "winnt.h"
#include "heap.h"

View File

@ -10,7 +10,6 @@
#include <sys/types.h>
#include <sys/sem.h>
#include "debug.h"
#include "windows.h"
#include "winerror.h"
#include "winbase.h"
#include "heap.h"

View File

@ -5,7 +5,6 @@
*/
#include <assert.h>
#include "windows.h"
#include "winerror.h"
#include "k32obj.h"
#include "process.h"

View File

@ -5,7 +5,6 @@
*/
#include <assert.h>
#include "windows.h"
#include "winerror.h"
#include "k32obj.h"
#include "process.h"

View File

@ -5,7 +5,6 @@
*/
#include <assert.h>
#include "windows.h"
#include "winerror.h"
#include "k32obj.h"
#include "process.h"

Some files were not shown because too many files have changed in this diff Show More