Add <string.h> to files that needed it.
This commit is contained in:
parent
c9cf70d448
commit
f4d5fefb0a
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1995 Sven Verdoolaege
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* - concurrent access to infoPtr
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "vfw.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "commctrl.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* - Display code.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
* limited in functionality too.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winerror.h"
|
||||
#include "winbase.h"
|
||||
#include "wine/obj_base.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "windef.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* - All notifications.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* Implement drag and drop style.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
* 2) Tooltip support (almost done).
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "commctrl.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* Copyright 1998,1999 Bertho A. Stultiens
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "windef.h"
|
||||
#include "winnls.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <string.h>
|
||||
#include "ddraw_private.h"
|
||||
#include "debugtools.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include "ddraw.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ddraw_private.h"
|
||||
#include "ddraw/main.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "debugtools.h"
|
||||
#include "ddraw_private.h"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "debugtools.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "wine/obj_base.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* <presently under construction - contact hunnise@nortelnetworks.com>
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "wine/port.h"
|
||||
#include "windef.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 2000 Peter Hunnisett <hunnise@nortelnetworks.com>
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "heap.h"
|
||||
#include "winerror.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "debugtools.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* GDI initialization code
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
#include "wine/winbase16.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1998 Patrik Stridvall
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winnt.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wine/winbase16.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* Copyright 1998 Patrik Stridvall
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* 2000 Eric Pouech
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "winnls.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* + properly close ACM streams
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "windef.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* Handle palettes
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
* HKEY_CLASSES \\REGISTRY\\MACHINE\\SOFTWARE\\CLASSES
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "winreg.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
***************************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "wine/unicode.h"
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1999 Noomen Hamza
|
||||
***************************************************************************************/
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* TEB at offset 0xf80
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "windef.h"
|
||||
#include "heap.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
***************************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "winerror.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winerror.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright (C) 1999-2000 Abey George
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "winerror.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winerror.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "heap.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* (IpSaveRestorePosition, IpFindNextMatchLine, ...).
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* 2001 John R. Sheets (for CodeWeavers)
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "shdocvw.h"
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* 2001 John R. Sheets (for CodeWeavers)
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "shdocvw.h"
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* 2001 John R. Sheets (for CodeWeavers)
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "shdocvw.h"
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* 2001 John R. Sheets (for CodeWeavers)
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "debugtools.h"
|
||||
#include "shdocvw.h"
|
||||
#include "ole2.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winnls.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 2000 Huw D M Davies for CodeWeavers.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1999 Patrik Stridvall
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "bitmap.h"
|
||||
#include "gdi.h"
|
||||
#include "ttydrv.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* Copyright 1994 Martin Ayotte
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* Copyright 1999 Eric Pouech
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
* + use asynchronous ACM conversion
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#endif /* defined(HAVE_LIBXXSHM) */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "bitmap.h"
|
||||
#include "x11drv.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "wine/unicode.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "wine/windef16.h"
|
||||
#include "wine/winaspi.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "windef.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "wine/winbase16.h"
|
||||
#include "dosexe.h"
|
||||
#include "miscemu.h"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "winbase.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 1998 Turchanov Sergey
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* 1999 Alex Korobka
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
#include "wine/winuser16.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "wine/winbase16.h"
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
|
|
Loading…
Reference in New Issue