Add <string.h> to files that needed it.

This commit is contained in:
James Juran 2001-01-26 20:43:40 +00:00 committed by Alexandre Julliard
parent c9cf70d448
commit f4d5fefb0a
78 changed files with 84 additions and 10 deletions

View File

@ -4,6 +4,7 @@
* Copyright 1995 Sven Verdoolaege
*/
#include <string.h>
#include <time.h>
#include "windef.h"

View File

@ -14,7 +14,7 @@
* - concurrent access to infoPtr
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "vfw.h"

View File

@ -34,6 +34,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -15,6 +15,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "commctrl.h"

View File

@ -13,6 +13,7 @@
* - Display code.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -23,6 +23,7 @@
* limited in functionality too.
*/
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wine/obj_base.h"

View File

@ -24,6 +24,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "winbase.h"
#include "commctrl.h"

View File

@ -19,6 +19,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "windef.h"

View File

@ -13,6 +13,7 @@
* - All notifications.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -14,6 +14,7 @@
* Implement drag and drop style.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -6,6 +6,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -10,6 +10,7 @@
* 2) Tooltip support (almost done).
*/
#include <string.h>
#include "winbase.h"
#include "wine/unicode.h"
#include "commctrl.h"

View File

@ -22,6 +22,7 @@
#include <stdio.h>
#include <string.h>
#include "winbase.h"
#include "commctrl.h"

View File

@ -5,6 +5,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"

View File

@ -5,6 +5,7 @@
* Copyright 1998,1999 Bertho A. Stultiens
*/
#include <string.h>
#include "winbase.h"
#include "windef.h"
#include "winnls.h"

View File

@ -1,3 +1,4 @@
#include <string.h>
#include "ddraw_private.h"
#include "debugtools.h"

View File

@ -5,11 +5,11 @@
*/
#include "config.h"
#include "winerror.h"
#include "debugtools.h"
#include <stdlib.h>
#include <string.h>
#include "winerror.h"
#include "debugtools.h"
#include "ddraw_private.h"
#include "dclipper/main.h"
#include "ddraw/main.h"

View File

@ -8,6 +8,7 @@
#include "ddraw.h"
#include <assert.h>
#include <string.h>
#include "ddraw_private.h"
#include "ddraw/main.h"

View File

@ -6,12 +6,12 @@
*/
#include "config.h"
#include "winerror.h"
#include "bitmap.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "winerror.h"
#include "bitmap.h"
#include "debugtools.h"
#include "ddraw_private.h"
#include "dsurface/main.h"

View File

@ -4,11 +4,12 @@
*/
#include "config.h"
#include "winerror.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "winerror.h"
#include "debugtools.h"
#include "ddraw_private.h"
#include "dsurface/main.h"

View File

@ -8,6 +8,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "debugtools.h"
#include "ddraw_private.h"

View File

@ -12,6 +12,7 @@
*/
#include "config.h"
#include <string.h>
#include "debugtools.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <assert.h>
#include <string.h>
#include "debugtools.h"
#include "winbase.h"

View File

@ -1,4 +1,4 @@
#include <string.h>
#include "windef.h"
#include "wine/obj_base.h"
#include "winerror.h"

View File

@ -5,6 +5,8 @@
* <presently under construction - contact hunnise@nortelnetworks.com>
*
*/
#include <string.h>
#include "wine/port.h"
#include "windef.h"
#include "winerror.h"

View File

@ -4,6 +4,7 @@
* Copyright 2000 Peter Hunnisett <hunnise@nortelnetworks.com>
*/
#include <string.h>
#include "heap.h"
#include "winerror.h"
#include "debugtools.h"

View File

@ -10,6 +10,7 @@
* dplayx.dll data which is accessible from all processes.
*/
#include <string.h>
#include "debugtools.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -6,6 +6,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "debugtools.h"

View File

@ -8,6 +8,7 @@
/* NOTE: Methods with the NS_ prefix are name server methods */
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "wine/unicode.h"

View File

@ -2,6 +2,7 @@
* GDI initialization code
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "wine/winbase16.h"

View File

@ -4,6 +4,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include <string.h>
#include "winbase.h"
#include "winnt.h"
#include "winerror.h"

View File

@ -4,6 +4,7 @@
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"

View File

@ -6,6 +6,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"

View File

@ -7,6 +7,7 @@
* 2000 Eric Pouech
*/
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"

View File

@ -16,6 +16,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -14,6 +14,7 @@
* + properly close ACM streams
*/
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "windef.h"

View File

@ -6,6 +6,7 @@
* Handle palettes
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -11,6 +11,7 @@
* HKEY_CLASSES \\REGISTRY\\MACHINE\\SOFTWARE\\CLASSES
*/
#include <string.h>
#include "debugtools.h"
#include "winreg.h"
#include "winerror.h"

View File

@ -5,6 +5,7 @@
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "wine/unicode.h"

View File

@ -45,6 +45,7 @@
*/
#include <assert.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"

View File

@ -4,6 +4,7 @@
* Copyright 1999 Noomen Hamza
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"

View File

@ -30,6 +30,7 @@
* was stored and the aspect, but that's about it.
*/
#include <assert.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -32,6 +32,7 @@
* in place but no notifications are sent to the sinks yet.
*/
#include <assert.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"

View File

@ -8,6 +8,7 @@
* TEB at offset 0xf80
*/
#include <string.h>
#include "debugtools.h"
#include "windef.h"
#include "heap.h"

View File

@ -5,6 +5,7 @@
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"

View File

@ -6,6 +6,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"

View File

@ -4,6 +4,7 @@
* Copyright (C) 1999-2000 Abey George
*/
#include <string.h>
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"

View File

@ -8,6 +8,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -22,6 +22,7 @@
*
*/
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -9,6 +9,7 @@
*
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "heap.h"

View File

@ -9,6 +9,7 @@
* (IpSaveRestorePosition, IpFindNextMatchLine, ...).
*/
#include <string.h>
#include "debugtools.h"
#include "windef.h"
#include "winbase.h"

View File

@ -4,6 +4,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"

View File

@ -7,6 +7,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"

View File

@ -4,6 +4,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"

View File

@ -8,6 +8,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"
#include "ole2.h"

View File

@ -4,8 +4,8 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "initguid.h"
#include "ole2.h"
#include "shlwapi.h"

View File

@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"

View File

@ -4,6 +4,7 @@
* Copyright 2000 Huw D M Davies for CodeWeavers.
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View File

@ -4,6 +4,7 @@
* Copyright 1999 Patrik Stridvall
*/
#include <string.h>
#include "bitmap.h"
#include "gdi.h"
#include "ttydrv.h"

View File

@ -3,6 +3,7 @@
* Right now, most of these functions do nothing.
*/
#include <string.h>
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"

View File

@ -5,6 +5,7 @@
* Copyright 1994 Martin Ayotte
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -9,6 +9,7 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"

View File

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"

View File

@ -5,6 +5,7 @@
* Copyright 1999 Eric Pouech
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -11,6 +11,7 @@
* + use asynchronous ACM conversion
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <string.h>
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"

View File

@ -19,6 +19,7 @@
#endif /* defined(HAVE_LIBXXSHM) */
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "bitmap.h"
#include "x11drv.h"

View File

@ -9,6 +9,7 @@
#include "config.h"
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "wine/unicode.h"

View File

@ -7,6 +7,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <string.h>
#include "winbase.h"
#include "wine/windef16.h"
#include "wine/winaspi.h"

View File

@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "windef.h"

View File

@ -9,6 +9,7 @@
#include "config.h"
#include <string.h>
#include "wine/winbase16.h"
#include "dosexe.h"
#include "miscemu.h"

View File

@ -3,6 +3,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"

View File

@ -6,6 +6,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "bitmap.h"

View File

@ -4,6 +4,7 @@
* Copyright 1998 Turchanov Sergey
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "winbase.h"

View File

@ -5,6 +5,7 @@
* 1999 Alex Korobka
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "wine/winuser16.h"

View File

@ -7,6 +7,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"

View File

@ -6,6 +6,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "wine/winbase16.h"
#include "windef.h"
#include "wingdi.h"