Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ef57e18f
Commit
ef57e18f
authored
Dec 01, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unnecessary includes.
parent
6170666f
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
9 additions
and
56 deletions
+9
-56
msc.c
debugger/msc.c
+0
-1
animate.c
dlls/comctl32/animate.c
+0
-1
rebar.c
dlls/comctl32/rebar.c
+0
-1
colordlg.c
dlls/commdlg/colordlg.c
+0
-2
filedlg.c
dlls/commdlg/filedlg.c
+0
-1
filedlg95.c
dlls/commdlg/filedlg95.c
+0
-1
finddlg.c
dlls/commdlg/finddlg.c
+0
-1
fontdlg.c
dlls/commdlg/fontdlg.c
+0
-1
printdlg.c
dlls/commdlg/printdlg.c
+0
-1
time.c
dlls/crtdll/time.c
+0
-1
ifs.c
dlls/ole32/ifs.c
+0
-1
ole2nls.c
dlls/ole32/ole2nls.c
+0
-2
storage.c
dlls/ole32/storage.c
+0
-1
shellpath.c
dlls/shell32/shellpath.c
+0
-1
exticon.c
dlls/user/exticon.c
+1
-2
mouse.c
dlls/user/mouse.c
+0
-1
resource.c
dlls/version/resource.c
+1
-2
lolvldrv.c
dlls/winmm/lolvldrv.c
+0
-1
mmsystem.c
dlls/winmm/mmsystem.c
+0
-1
font.c
graphics/win16drv/font.c
+1
-2
thunk.c
if1632/thunk.c
+0
-1
module.c
loader/dos/module.c
+0
-1
elf.c
loader/elf.c
+0
-1
elfdll.c
loader/elfdll.c
+0
-1
module.c
loader/module.c
+0
-1
resource.c
loader/ne/resource.c
+0
-1
pe_image.c
loader/pe_image.c
+0
-1
pe_resource.c
loader/pe_resource.c
+0
-1
resource.c
loader/resource.c
+0
-1
task.c
loader/task.c
+2
-3
version.c
misc/version.c
+0
-1
dpmi.c
msdos/dpmi.c
+2
-2
vxd.c
msdos/vxd.c
+0
-1
builtin32.c
relay32/builtin32.c
+0
-1
snoop.c
relay32/snoop.c
+0
-1
process.c
scheduler/process.c
+0
-1
cvdump.h
tools/cvdump/cvdump.h
+0
-1
fnt2bdf.c
tools/fnt2bdf.c
+0
-1
spec16.c
tools/winebuild/spec16.c
+0
-1
dce.c
windows/dce.c
+1
-2
driver.c
windows/driver.c
+0
-1
input.c
windows/input.c
+1
-2
queue.c
windows/queue.c
+0
-1
spy.c
windows/spy.c
+0
-1
user.c
windows/user.c
+0
-1
winpos.c
windows/winpos.c
+0
-1
No files found.
debugger/msc.c
View file @
ef57e18f
...
...
@@ -24,7 +24,6 @@
#define PATH_MAX _MAX_PATH
#endif
#include "debugger.h"
#include "neexe.h"
#include "file.h"
typedef
struct
...
...
dlls/comctl32/animate.c
View file @
ef57e18f
...
...
@@ -19,7 +19,6 @@
#include "commctrl.h"
#include "vfw.h"
#include "mmsystem.h"
#include "services.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
animate
);
...
...
dlls/comctl32/rebar.c
View file @
ef57e18f
...
...
@@ -41,7 +41,6 @@
#include <stdlib.h>
#include <string.h>
#include "class.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/unicode.h"
...
...
dlls/commdlg/colordlg.c
View file @
ef57e18f
...
...
@@ -21,9 +21,7 @@
#include "ldt.h"
#include "heap.h"
#include "commdlg.h"
#include "dialog.h"
#include "dlgs.h"
#include "module.h"
#include "debugtools.h"
#include "cderr.h"
...
...
dlls/commdlg/filedlg.c
View file @
ef57e18f
...
...
@@ -18,7 +18,6 @@
#include "ldt.h"
#include "heap.h"
#include "commdlg.h"
#include "module.h"
#include "debugtools.h"
#include "cderr.h"
...
...
dlls/commdlg/filedlg95.c
View file @
ef57e18f
...
...
@@ -48,7 +48,6 @@
#include "cdlg.h"
#include "debugtools.h"
#include "cderr.h"
#include "tweak.h"
#include "shellapi.h"
#include "shlguid.h"
#include "filedlgbrowser.h"
...
...
dlls/commdlg/finddlg.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "wine/winuser16.h"
#include "commdlg.h"
#include "ldt.h"
#include "module.h"
#include "debugtools.h"
#include "cderr.h"
...
...
dlls/commdlg/fontdlg.c
View file @
ef57e18f
...
...
@@ -19,7 +19,6 @@
#include "heap.h"
#include "commdlg.h"
#include "dlgs.h"
#include "module.h"
#include "debugtools.h"
#include "cderr.h"
...
...
dlls/commdlg/printdlg.c
View file @
ef57e18f
...
...
@@ -19,7 +19,6 @@
#include "ldt.h"
#include "commdlg.h"
#include "dlgs.h"
#include "module.h"
#include "debugtools.h"
#include "cderr.h"
#include "winspool.h"
...
...
dlls/crtdll/time.c
View file @
ef57e18f
...
...
@@ -12,7 +12,6 @@
#include "crtdll.h"
#include "process.h"
#include "options.h"
#include <stdlib.h>
#include <sys/times.h>
...
...
dlls/ole32/ifs.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "heap.h"
#include "wine/winbase16.h"
#include "wine/obj_base.h"
#include "module.h"
#include "debugtools.h"
#include "ole.h"
...
...
dlls/ole32/ole2nls.c
View file @
ef57e18f
...
...
@@ -15,13 +15,11 @@
#include "winuser.h"
#include "wine/windef16.h"
#include "heap.h"
#include "options.h"
#include "winver.h"
#include "winnls.h"
#include "winreg.h"
#include "winerror.h"
#include "debugtools.h"
#include "main.h"
DEFAULT_DEBUG_CHANNEL
(
ole
);
...
...
dlls/ole32/storage.c
View file @
ef57e18f
...
...
@@ -21,7 +21,6 @@
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "heap.h"
#include "module.h"
#include "ldt.h"
#include "debugtools.h"
...
...
dlls/shell32/shellpath.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "shlobj.h"
#include "shell32_main.h"
#include "options.h"
#include "wine/undocshell.h"
#include "wine/unicode.h"
#include "shlwapi.h"
...
...
dlls/user/exticon.c
View file @
ef57e18f
...
...
@@ -14,9 +14,8 @@
#include "winerror.h"
#include "wingdi.h"
#include "winuser.h"
#include "
neexe
.h"
#include "
wine/winbase16
.h"
#include "cursoricon.h"
#include "module.h"
#include "heap.h"
#include "debugtools.h"
...
...
dlls/user/mouse.c
View file @
ef57e18f
...
...
@@ -10,7 +10,6 @@
#include "debugtools.h"
#include "callback.h"
#include "builtin16.h"
#include "module.h"
#include "mouse.h"
#include "windef.h"
#include "wingdi.h"
...
...
dlls/version/resource.c
View file @
ef57e18f
...
...
@@ -12,11 +12,10 @@
#include <unistd.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "winnls.h"
#include "wine/unicode.h"
#include "neexe.h"
#include "module.h"
#include "winver.h"
#include "lzexpand.h"
#include "debugtools.h"
...
...
dlls/winmm/lolvldrv.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "user.h"
/* should be removed asap; used in MMDRV_(Get|Alloc|Free) */
#include "selectors.h"
#include "winver.h"
#include "module.h"
#include "winemm.h"
#include "debugtools.h"
...
...
dlls/winmm/mmsystem.c
View file @
ef57e18f
...
...
@@ -27,7 +27,6 @@
#include "heap.h"
#include "winemm.h"
#include "selectors.h"
#include "module.h"
#include "debugtools.h"
#include "ntddk.h"
...
...
graphics/win16drv/font.c
View file @
ef57e18f
...
...
@@ -9,7 +9,6 @@
#include "winnls.h"
#include "wine/winbase16.h"
#include "win16drv.h"
#include "module.h"
#include "font.h"
#include "heap.h"
#include "gdi.h"
...
...
@@ -190,7 +189,7 @@ BOOL WIN16DRV_EnumDeviceFonts( HDC hdc, LPLOGFONT16 plf,
WEPFC
wepfc
;
DC
*
dc
;
/* EnumDFontCallback is GDI.158 */
FARPROC16
pfnCallback
=
NE_GetEntryPoint
(
GetModuleHandle16
(
"GDI"
),
158
);
FARPROC16
pfnCallback
=
GetProcAddress16
(
GetModuleHandle16
(
"GDI"
),
(
LPCSTR
)
158
);
if
(
!
(
dc
=
DC_GetDCPtr
(
hdc
)))
return
0
;
physDev
=
(
WIN16DRV_PDEVICE
*
)
dc
->
physDev
;
...
...
if1632/thunk.c
View file @
ef57e18f
...
...
@@ -11,7 +11,6 @@
#include "builtin16.h"
#include "heap.h"
#include "module.h"
#include "neexe.h"
#include "stackframe.h"
#include "selectors.h"
#include "debugtools.h"
...
...
loader/dos/module.c
View file @
ef57e18f
...
...
@@ -22,7 +22,6 @@
#include "wine/winbase16.h"
#include "winerror.h"
#include "module.h"
#include "neexe.h"
#include "task.h"
#include "selectors.h"
#include "file.h"
...
...
loader/elf.c
View file @
ef57e18f
...
...
@@ -18,7 +18,6 @@
#include "snoop.h"
#include "process.h"
#include "neexe.h"
#include "heap.h"
#include "module.h"
#include "debugtools.h"
...
...
loader/elfdll.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "global.h"
#include "process.h"
#include "module.h"
#include "neexe.h"
#include "heap.h"
#include "wine/winbase16.h"
#include "elfdll.h"
...
...
loader/module.c
View file @
ef57e18f
...
...
@@ -14,7 +14,6 @@
#include "wine/winbase16.h"
#include "winerror.h"
#include "heap.h"
#include "neexe.h"
#include "process.h"
#include "selectors.h"
#include "debugtools.h"
...
...
loader/ne/resource.c
View file @
ef57e18f
...
...
@@ -18,7 +18,6 @@
#include "global.h"
#include "ldt.h"
#include "module.h"
#include "neexe.h"
#include "callback.h"
#include "debugtools.h"
...
...
loader/pe_image.c
View file @
ef57e18f
...
...
@@ -31,7 +31,6 @@
#endif
#include "wine/winbase16.h"
#include "winerror.h"
#include "neexe.h"
#include "process.h"
#include "snoop.h"
#include "server.h"
...
...
loader/pe_resource.c
View file @
ef57e18f
...
...
@@ -22,7 +22,6 @@
#include "task.h"
#include "process.h"
#include "stackframe.h"
#include "neexe.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
resource
);
...
...
loader/resource.c
View file @
ef57e18f
...
...
@@ -21,7 +21,6 @@
#include "heap.h"
#include "callback.h"
#include "cursoricon.h"
#include "neexe.h"
#include "task.h"
#include "process.h"
#include "module.h"
...
...
loader/task.c
View file @
ef57e18f
...
...
@@ -18,7 +18,6 @@
#include "instance.h"
#include "miscemu.h"
#include "module.h"
#include "neexe.h"
#include "process.h"
#include "queue.h"
#include "selectors.h"
...
...
@@ -274,8 +273,8 @@ BOOL TASK_Create( NE_MODULE *pModule, UINT16 cmdShow, TEB *teb, LPCSTR cmdline,
pTask
->
pdb
.
int20
=
0x20cd
;
pTask
->
pdb
.
dispatcher
[
0
]
=
0x9a
;
/* ljmp */
PUT_DWORD
(
&
pTask
->
pdb
.
dispatcher
[
1
],
(
DWORD
)
NE_GetEntryPoint
(
GetModuleHandle16
(
"KERNEL"
),
102
));
/* KERNEL.102 is DOS3Call() */
PUT_DWORD
(
&
pTask
->
pdb
.
dispatcher
[
1
],
(
DWORD
)
GetProcAddress16
(
GetModuleHandle16
(
"KERNEL"
),
"DOS3Call"
));
pTask
->
pdb
.
savedint22
=
INT_GetPMHandler
(
0x22
);
pTask
->
pdb
.
savedint23
=
INT_GetPMHandler
(
0x23
);
pTask
->
pdb
.
savedint24
=
INT_GetPMHandler
(
0x24
);
...
...
misc/version.c
View file @
ef57e18f
...
...
@@ -18,7 +18,6 @@
#include "process.h"
#include "options.h"
#include "debugtools.h"
#include "neexe.h"
#include "winerror.h"
DEFAULT_DEBUG_CHANNEL
(
ver
);
...
...
msdos/dpmi.c
View file @
ef57e18f
...
...
@@ -785,8 +785,8 @@ void WINAPI INT_Int31Handler( CONTEXT86 *context )
break
;
}
if
(
entryPoint
)
context
->
Eax
=
LOWORD
(
NE_GetEntryPoint
(
GetModuleHandle16
(
"KERNEL"
),
entryPoint
));
context
->
Eax
=
LOWORD
(
GetProcAddress16
(
GetModuleHandle16
(
"KERNEL"
),
(
LPCSTR
)(
ULONG_PTR
)
entryPoint
));
}
break
;
...
...
msdos/vxd.c
View file @
ef57e18f
...
...
@@ -17,7 +17,6 @@
#include "msdos.h"
#include "miscemu.h"
#include "selectors.h"
#include "neexe.h"
#include "task.h"
#include "process.h"
#include "file.h"
...
...
relay32/builtin32.c
View file @
ef57e18f
...
...
@@ -22,7 +22,6 @@
#include "wine/winbase16.h"
#include "wine/library.h"
#include "global.h"
#include "neexe.h"
#include "module.h"
#include "heap.h"
#include "main.h"
...
...
relay32/snoop.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "winnt.h"
#include "heap.h"
#include "snoop.h"
#include "neexe.h"
#include "selectors.h"
#include "stackframe.h"
#include "debugtools.h"
...
...
scheduler/process.c
View file @
ef57e18f
...
...
@@ -19,7 +19,6 @@
#include "drive.h"
#include "main.h"
#include "module.h"
#include "neexe.h"
#include "file.h"
#include "global.h"
#include "heap.h"
...
...
tools/cvdump/cvdump.h
View file @
ef57e18f
...
...
@@ -6,7 +6,6 @@
/* #define VERBOSE */
#include "neexe.h"
#include "cvinclude.h"
typedef
enum
{
CV_NONE
,
CV_DOS
,
CV_NT
,
CV_DBG
}
CVHeaderType
;
...
...
tools/fnt2bdf.c
View file @
ef57e18f
...
...
@@ -21,7 +21,6 @@
#include <fcntl.h>
#include "fnt2bdf.h"
#include "neexe.h"
#include "module.h"
#define FILE_ERROR 0
...
...
tools/winebuild/spec16.c
View file @
ef57e18f
...
...
@@ -15,7 +15,6 @@
#include "wine/exception.h"
#include "builtin16.h"
#include "module.h"
#include "neexe.h"
#include "stackframe.h"
#include "build.h"
...
...
windows/dce.c
View file @
ef57e18f
...
...
@@ -26,7 +26,6 @@
#include "region.h"
#include "heap.h"
#include "local.h"
#include "module.h"
#include "user.h"
#include "debugtools.h"
#include "windef.h"
...
...
@@ -90,7 +89,7 @@ DCE *DCE_AllocDCE( HWND hWnd, DCE_TYPE type )
/* store DCE handle in DC hook data field */
hookProc
=
(
FARPROC16
)
NE_GetEntryPoint
(
GetModuleHandle16
(
"USER"
),
362
);
hookProc
=
GetProcAddress16
(
GetModuleHandle16
(
"USER"
),
(
LPCSTR
)
362
);
SetDCHook
(
dce
->
hDC
,
hookProc
,
(
DWORD
)
dce
);
dce
->
hwndCurrent
=
hWnd
;
...
...
windows/driver.c
View file @
ef57e18f
...
...
@@ -15,7 +15,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "ldt.h"
#include "module.h"
#include "mmddk.h"
#include "debugtools.h"
...
...
windows/input.c
View file @
ef57e18f
...
...
@@ -29,7 +29,6 @@
#include "mouse.h"
#include "message.h"
#include "queue.h"
#include "module.h"
#include "debugtools.h"
#include "winerror.h"
#include "task.h"
...
...
@@ -296,7 +295,7 @@ void WINAPI WIN16_mouse_event( CONTEXT86 *context )
FARPROC16
WINAPI
GetMouseEventProc16
(
void
)
{
HMODULE16
hmodule
=
GetModuleHandle16
(
"USER"
);
return
NE_GetEntryPoint
(
hmodule
,
NE_GetOrdinal
(
hmodule
,
"mouse_event"
)
);
return
GetProcAddress16
(
hmodule
,
"mouse_event"
);
}
...
...
windows/queue.c
View file @
ef57e18f
...
...
@@ -11,7 +11,6 @@
#include "winerror.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "module.h"
#include "queue.h"
#include "task.h"
#include "win.h"
...
...
windows/spy.c
View file @
ef57e18f
...
...
@@ -13,7 +13,6 @@
#include "wine/winuser16.h"
#include "wine/winbase16.h"
#include "win.h"
#include "module.h"
#include "options.h"
#include "debugtools.h"
#include "spy.h"
...
...
windows/user.c
View file @
ef57e18f
...
...
@@ -22,7 +22,6 @@
#include "hook.h"
#include "toolhelp.h"
#include "message.h"
#include "module.h"
#include "miscemu.h"
#include "sysmetrics.h"
#include "callback.h"
...
...
windows/winpos.c
View file @
ef57e18f
...
...
@@ -12,7 +12,6 @@
#include "winerror.h"
#include "wine/winuser16.h"
#include "heap.h"
#include "module.h"
#include "user.h"
#include "region.h"
#include "win.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