Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f4d5fefb
Commit
f4d5fefb
authored
Jan 26, 2001
by
James Juran
Committed by
Alexandre Julliard
Jan 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add <string.h> to files that needed it.
parent
c9cf70d4
Hide whitespace changes
Inline
Side-by-side
Showing
78 changed files
with
84 additions
and
10 deletions
+84
-10
service.c
dlls/advapi32/service.c
+1
-0
animate.c
dlls/comctl32/animate.c
+1
-1
comboex.c
dlls/comctl32/comboex.c
+1
-0
flatsb.c
dlls/comctl32/flatsb.c
+1
-0
hotkey.c
dlls/comctl32/hotkey.c
+1
-0
imagelist.c
dlls/comctl32/imagelist.c
+1
-0
ipaddress.c
dlls/comctl32/ipaddress.c
+1
-0
monthcal.c
dlls/comctl32/monthcal.c
+1
-0
nativefont.c
dlls/comctl32/nativefont.c
+1
-0
pager.c
dlls/comctl32/pager.c
+1
-0
progress.c
dlls/comctl32/progress.c
+1
-0
status.c
dlls/comctl32/status.c
+1
-0
trackbar.c
dlls/comctl32/trackbar.c
+1
-0
filedlgbrowser.c
dlls/commdlg/filedlgbrowser.c
+1
-0
finddlg32.c
dlls/commdlg/finddlg32.c
+1
-0
convert.c
dlls/ddraw/convert.c
+1
-0
main.c
dlls/ddraw/dclipper/main.c
+3
-3
user.c
dlls/ddraw/ddraw/user.c
+1
-0
dib.c
dlls/ddraw/dsurface/dib.c
+3
-3
user.c
dlls/ddraw/dsurface/user.c
+2
-1
wndproc.c
dlls/ddraw/dsurface/wndproc.c
+1
-0
device.c
dlls/dinput/device.c
+1
-0
dinput_main.c
dlls/dinput/dinput_main.c
+1
-0
dpclassfactory.c
dlls/dplayx/dpclassfactory.c
+1
-1
dplay.c
dlls/dplayx/dplay.c
+2
-0
dplaysp.c
dlls/dplayx/dplaysp.c
+1
-0
dplayx_global.c
dlls/dplayx/dplayx_global.c
+1
-0
dplayx_messages.c
dlls/dplayx/dplayx_messages.c
+1
-0
name_server.c
dlls/dplayx/name_server.c
+1
-0
gdi_main.c
dlls/gdi/gdi_main.c
+1
-0
access.c
dlls/imagehlp/access.c
+1
-0
kernel_main.c
dlls/kernel/kernel_main.c
+1
-0
filter.c
dlls/msacm/filter.c
+1
-0
format.c
dlls/msacm/format.c
+1
-0
pcmconverter.c
dlls/msacm/pcmconverter.c
+1
-0
stream.c
dlls/msacm/stream.c
+1
-0
drawdib.c
dlls/msvideo/drawdib.c
+1
-0
reg.c
dlls/ntdll/reg.c
+1
-0
antimoniker.c
dlls/ole32/antimoniker.c
+1
-0
clipboard.c
dlls/ole32/clipboard.c
+1
-0
compositemoniker.c
dlls/ole32/compositemoniker.c
+1
-0
datacache.c
dlls/ole32/datacache.c
+1
-0
defaulthandler.c
dlls/ole32/defaulthandler.c
+1
-0
errorinfo.c
dlls/ole32/errorinfo.c
+1
-0
itemmoniker.c
dlls/ole32/itemmoniker.c
+1
-0
moniker.c
dlls/ole32/moniker.c
+1
-0
ole2impl.c
dlls/ole32/ole2impl.c
+1
-0
connpt.c
dlls/oleaut32/connpt.c
+1
-0
olepicture.c
dlls/oleaut32/olepicture.c
+1
-0
richedit.c
dlls/richedit/richedit.c
+1
-0
infparse.c
dlls/setupapi/infparse.c
+1
-0
classinfo.c
dlls/shdocvw/classinfo.c
+1
-0
events.c
dlls/shdocvw/events.c
+1
-0
factory.c
dlls/shdocvw/factory.c
+1
-0
oleobject.c
dlls/shdocvw/oleobject.c
+1
-0
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+1
-1
ordinal.c
dlls/shlwapi/ordinal.c
+1
-0
url.c
dlls/shlwapi/url.c
+1
-0
bitmap.c
dlls/ttydrv/bitmap.c
+1
-0
bidi16.c
dlls/user/bidi16.c
+1
-0
mcianim.c
dlls/winmm/mcianim/mcianim.c
+1
-0
mcicda.c
dlls/winmm/mcicda/mcicda.c
+1
-0
mcimidi.c
dlls/winmm/mciseq/mcimidi.c
+1
-0
midimap.c
dlls/winmm/midimap/midimap.c
+1
-0
wavemap.c
dlls/winmm/wavemap/wavemap.c
+1
-0
socket.c
dlls/wsock32/socket.c
+1
-0
dib.c
graphics/x11drv/dib.c
+1
-0
heap.h
include/heap.h
+1
-0
codepage.c
memory/codepage.c
+1
-0
dosaspi.c
msdos/dosaspi.c
+1
-0
int11.c
msdos/int11.c
+1
-0
int2f.c
msdos/int2f.c
+1
-0
int33.c
msdos/int33.c
+1
-0
dib.c
objects/dib.c
+1
-0
multimon.c
windows/multimon.c
+1
-0
painting.c
windows/painting.c
+1
-0
sysparams.c
windows/sysparams.c
+1
-0
user.c
windows/user.c
+1
-0
No files found.
dlls/advapi32/service.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 1995 Sven Verdoolaege
*/
#include <string.h>
#include <time.h>
#include "windef.h"
...
...
dlls/comctl32/animate.c
View file @
f4d5fefb
...
...
@@ -14,7 +14,7 @@
* - concurrent access to infoPtr
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "vfw.h"
...
...
dlls/comctl32/comboex.c
View file @
f4d5fefb
...
...
@@ -34,6 +34,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
...
...
dlls/comctl32/flatsb.c
View file @
f4d5fefb
...
...
@@ -15,6 +15,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "commctrl.h"
...
...
dlls/comctl32/hotkey.c
View file @
f4d5fefb
...
...
@@ -13,6 +13,7 @@
* - Display code.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
...
...
dlls/comctl32/imagelist.c
View file @
f4d5fefb
...
...
@@ -23,6 +23,7 @@
* limited in functionality too.
*/
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wine/obj_base.h"
...
...
dlls/comctl32/ipaddress.c
View file @
f4d5fefb
...
...
@@ -24,6 +24,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
...
...
dlls/comctl32/monthcal.c
View file @
f4d5fefb
...
...
@@ -19,6 +19,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "windef.h"
...
...
dlls/comctl32/nativefont.c
View file @
f4d5fefb
...
...
@@ -13,6 +13,7 @@
* - All notifications.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
...
...
dlls/comctl32/pager.c
View file @
f4d5fefb
...
...
@@ -14,6 +14,7 @@
* Implement drag and drop style.
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
...
...
dlls/comctl32/progress.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
...
...
dlls/comctl32/status.c
View file @
f4d5fefb
...
...
@@ -10,6 +10,7 @@
* 2) Tooltip support (almost done).
*/
#include <string.h>
#include "winbase.h"
#include "wine/unicode.h"
#include "commctrl.h"
...
...
dlls/comctl32/trackbar.c
View file @
f4d5fefb
...
...
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
...
...
dlls/commdlg/filedlgbrowser.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/commdlg/finddlg32.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
* Copyright 1998,1999 Bertho A. Stultiens
*/
#include <string.h>
#include "winbase.h"
#include "windef.h"
#include "winnls.h"
...
...
dlls/ddraw/convert.c
View file @
f4d5fefb
#include <string.h>
#include "ddraw_private.h"
#include "debugtools.h"
...
...
dlls/ddraw/dclipper/main.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/ddraw/ddraw/user.c
View file @
f4d5fefb
...
...
@@ -8,6 +8,7 @@
#include "ddraw.h"
#include <assert.h>
#include <string.h>
#include "ddraw_private.h"
#include "ddraw/main.h"
...
...
dlls/ddraw/dsurface/dib.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/ddraw/dsurface/user.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/ddraw/dsurface/wndproc.c
View file @
f4d5fefb
...
...
@@ -8,6 +8,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "debugtools.h"
#include "ddraw_private.h"
...
...
dlls/dinput/device.c
View file @
f4d5fefb
...
...
@@ -12,6 +12,7 @@
*/
#include "config.h"
#include <string.h>
#include "debugtools.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/dinput/dinput_main.c
View file @
f4d5fefb
...
...
@@ -20,6 +20,7 @@
#include "config.h"
#include <assert.h>
#include <string.h>
#include "debugtools.h"
#include "winbase.h"
...
...
dlls/dplayx/dpclassfactory.c
View file @
f4d5fefb
#include <string.h>
#include "windef.h"
#include "wine/obj_base.h"
#include "winerror.h"
...
...
dlls/dplayx/dplay.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,8 @@
* <presently under construction - contact hunnise@nortelnetworks.com>
*
*/
#include <string.h>
#include "wine/port.h"
#include "windef.h"
#include "winerror.h"
...
...
dlls/dplayx/dplaysp.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 2000 Peter Hunnisett <hunnise@nortelnetworks.com>
*/
#include <string.h>
#include "heap.h"
#include "winerror.h"
#include "debugtools.h"
...
...
dlls/dplayx/dplayx_global.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/dplayx/dplayx_messages.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "debugtools.h"
...
...
dlls/dplayx/name_server.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/gdi/gdi_main.c
View file @
f4d5fefb
...
...
@@ -2,6 +2,7 @@
* GDI initialization code
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "wine/winbase16.h"
...
...
dlls/imagehlp/access.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include <string.h>
#include "winbase.h"
#include "winnt.h"
#include "winerror.h"
...
...
dlls/kernel/kernel_main.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
...
...
dlls/msacm/filter.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
* Copyright 1998 Patrik Stridvall
*/
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
...
...
dlls/msacm/format.c
View file @
f4d5fefb
...
...
@@ -7,6 +7,7 @@
* 2000 Eric Pouech
*/
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
...
...
dlls/msacm/pcmconverter.c
View file @
f4d5fefb
...
...
@@ -16,6 +16,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/msacm/stream.c
View file @
f4d5fefb
...
...
@@ -14,6 +14,7 @@
* + properly close ACM streams
*/
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "windef.h"
...
...
dlls/msvideo/drawdib.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
* Handle palettes
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/ntdll/reg.c
View file @
f4d5fefb
...
...
@@ -11,6 +11,7 @@
* HKEY_CLASSES \\REGISTRY\\MACHINE\\SOFTWARE\\CLASSES
*/
#include <string.h>
#include "debugtools.h"
#include "winreg.h"
#include "winerror.h"
...
...
dlls/ole32/antimoniker.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "wine/unicode.h"
...
...
dlls/ole32/clipboard.c
View file @
f4d5fefb
...
...
@@ -45,6 +45,7 @@
*/
#include <assert.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/compositemoniker.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 1999 Noomen Hamza
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
...
...
dlls/ole32/datacache.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/ole32/defaulthandler.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/ole32/errorinfo.c
View file @
f4d5fefb
...
...
@@ -8,6 +8,7 @@
* TEB at offset 0xf80
*/
#include <string.h>
#include "debugtools.h"
#include "windef.h"
#include "heap.h"
...
...
dlls/ole32/itemmoniker.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
***************************************************************************************/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"
...
...
dlls/ole32/moniker.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
...
...
dlls/ole32/ole2impl.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright (C) 1999-2000 Abey George
*/
#include <string.h>
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
...
...
dlls/oleaut32/connpt.c
View file @
f4d5fefb
...
...
@@ -8,6 +8,7 @@
*/
#include <assert.h>
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/oleaut32/olepicture.c
View file @
f4d5fefb
...
...
@@ -22,6 +22,7 @@
*
*/
#include <string.h>
#include "winerror.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/richedit/richedit.c
View file @
f4d5fefb
...
...
@@ -9,6 +9,7 @@
*
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "heap.h"
...
...
dlls/setupapi/infparse.c
View file @
f4d5fefb
...
...
@@ -9,6 +9,7 @@
* (IpSaveRestorePosition, IpFindNextMatchLine, ...).
*/
#include <string.h>
#include "debugtools.h"
#include "windef.h"
#include "winbase.h"
...
...
dlls/shdocvw/classinfo.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"
...
...
dlls/shdocvw/events.c
View file @
f4d5fefb
...
...
@@ -7,6 +7,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"
...
...
dlls/shdocvw/factory.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"
...
...
dlls/shdocvw/oleobject.c
View file @
f4d5fefb
...
...
@@ -8,6 +8,7 @@
* 2001 John R. Sheets (for CodeWeavers)
*/
#include <string.h>
#include "debugtools.h"
#include "shdocvw.h"
#include "ole2.h"
...
...
dlls/shdocvw/shdocvw_main.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/shlwapi/ordinal.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"
...
...
dlls/shlwapi/url.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 2000 Huw D M Davies for CodeWeavers.
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/ttydrv/bitmap.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 1999 Patrik Stridvall
*/
#include <string.h>
#include "bitmap.h"
#include "gdi.h"
#include "ttydrv.h"
...
...
dlls/user/bidi16.c
View file @
f4d5fefb
...
...
@@ -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"
...
...
dlls/winmm/mcianim/mcianim.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
* Copyright 1994 Martin Ayotte
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/winmm/mcicda/mcicda.c
View file @
f4d5fefb
...
...
@@ -9,6 +9,7 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/winmm/mciseq/mcimidi.c
View file @
f4d5fefb
...
...
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/winmm/midimap/midimap.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
* Copyright 1999 Eric Pouech
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/winmm/wavemap/wavemap.c
View file @
f4d5fefb
...
...
@@ -11,6 +11,7 @@
* + use asynchronous ACM conversion
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/wsock32/socket.c
View file @
f4d5fefb
...
...
@@ -21,6 +21,7 @@
#include "config.h"
#include <string.h>
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"
...
...
graphics/x11drv/dib.c
View file @
f4d5fefb
...
...
@@ -19,6 +19,7 @@
#endif
/* defined(HAVE_LIBXXSHM) */
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "bitmap.h"
#include "x11drv.h"
...
...
include/heap.h
View file @
f4d5fefb
...
...
@@ -9,6 +9,7 @@
#include "config.h"
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "wine/unicode.h"
...
...
memory/codepage.c
View file @
f4d5fefb
...
...
@@ -7,6 +7,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "winerror.h"
...
...
msdos/dosaspi.c
View file @
f4d5fefb
#include "config.h"
#include <string.h>
#include "winbase.h"
#include "wine/windef16.h"
#include "wine/winaspi.h"
...
...
msdos/int11.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "windef.h"
...
...
msdos/int2f.c
View file @
f4d5fefb
...
...
@@ -9,6 +9,7 @@
#include "config.h"
#include <string.h>
#include "wine/winbase16.h"
#include "dosexe.h"
#include "miscemu.h"
...
...
msdos/int33.c
View file @
f4d5fefb
...
...
@@ -3,6 +3,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
...
...
objects/dib.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "bitmap.h"
...
...
windows/multimon.c
View file @
f4d5fefb
...
...
@@ -4,6 +4,7 @@
* Copyright 1998 Turchanov Sergey
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "winbase.h"
...
...
windows/painting.c
View file @
f4d5fefb
...
...
@@ -5,6 +5,7 @@
* 1999 Alex Korobka
*/
#include <string.h>
#include "windef.h"
#include "wingdi.h"
#include "wine/winuser16.h"
...
...
windows/sysparams.c
View file @
f4d5fefb
...
...
@@ -7,6 +7,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
...
...
windows/user.c
View file @
f4d5fefb
...
...
@@ -6,6 +6,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "wine/winbase16.h"
#include "windef.h"
#include "wingdi.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment