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
d8e34ebc
Commit
d8e34ebc
authored
Aug 19, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed system.dll to system.drv.
parent
e0deb0c6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.in
dlls/Makefile.in
+2
-2
.cvsignore
dlls/kernel/.cvsignore
+1
-1
Makefile.in
dlls/kernel/Makefile.in
+2
-2
kernel_main.c
dlls/kernel/kernel_main.c
+3
-3
system.drv.spec
dlls/kernel/system.drv.spec
+0
-0
loadorder.c
loader/loadorder.c
+1
-1
No files found.
dlls/Makefile.in
View file @
d8e34ebc
...
@@ -178,7 +178,7 @@ WIN16_FILES = \
...
@@ -178,7 +178,7 @@ WIN16_FILES = \
sound.dll
$(DLLEXT)
\
sound.dll
$(DLLEXT)
\
storage.dll
$(DLLEXT)
\
storage.dll
$(DLLEXT)
\
stress.dll
$(DLLEXT)
\
stress.dll
$(DLLEXT)
\
system.d
ll
$(DLLEXT)
\
system.d
rv
$(DLLEXT)
\
toolhelp.dll
$(DLLEXT)
\
toolhelp.dll
$(DLLEXT)
\
typelib.dll
$(DLLEXT)
\
typelib.dll
$(DLLEXT)
\
user.exe
$(DLLEXT)
\
user.exe
$(DLLEXT)
\
...
@@ -438,7 +438,7 @@ joystick.drv$(DLLEXT): winmm/joystick/joystick.drv$(DLLEXT)
...
@@ -438,7 +438,7 @@ joystick.drv$(DLLEXT): winmm/joystick/joystick.drv$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
winmm/joystick/joystick.drv
$(DLLEXT)
$@
$(RM)
$@
&&
$(LN_S)
winmm/joystick/joystick.drv
$(DLLEXT)
$@
kernel32.dll$(DLLEXT)
comm.dll$(DLLEXT)
krnl386.exe$(DLLEXT)
\
kernel32.dll$(DLLEXT)
comm.dll$(DLLEXT)
krnl386.exe$(DLLEXT)
\
stress.dll$(DLLEXT)
system.d
ll
$(DLLEXT)
toolhelp.dll$(DLLEXT)
\
stress.dll$(DLLEXT)
system.d
rv
$(DLLEXT)
toolhelp.dll$(DLLEXT)
\
win87em.dll$(DLLEXT) windebug.dll$(DLLEXT)
:
kernel/kernel32.dll$(DLLEXT)
win87em.dll$(DLLEXT) windebug.dll$(DLLEXT)
:
kernel/kernel32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
kernel/kernel32.dll
$(DLLEXT)
$@
$(RM)
$@
&&
$(LN_S)
kernel/kernel32.dll
$(DLLEXT)
$@
...
...
dlls/kernel/.cvsignore
View file @
d8e34ebc
...
@@ -6,7 +6,7 @@ kernel32.spec.c
...
@@ -6,7 +6,7 @@ kernel32.spec.c
kernel32.spec.def
kernel32.spec.def
krnl386.exe.spec.c
krnl386.exe.spec.c
stress.spec.c
stress.spec.c
system.spec.c
system.
drv.
spec.c
toolhelp.spec.c
toolhelp.spec.c
version16.res
version16.res
win87em.spec.c
win87em.spec.c
...
...
dlls/kernel/Makefile.in
View file @
d8e34ebc
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
kernel32.dll
MODULE
=
kernel32.dll
IMPORTS
=
ntdll
IMPORTS
=
ntdll
ALTNAMES
=
krnl386.exe comm.dll stress.dll system.d
ll
toolhelp.dll windebug.dll win87em.dll
ALTNAMES
=
krnl386.exe comm.dll stress.dll system.d
rv
toolhelp.dll windebug.dll win87em.dll
LDIMPORTS
=
ntdll.dll
LDIMPORTS
=
ntdll.dll
EXTRALIBS
=
$(LIBUNICODE)
EXTRALIBS
=
$(LIBUNICODE)
DLLMAIN
=
MAIN_KernelInit
DLLMAIN
=
MAIN_KernelInit
...
@@ -14,7 +14,7 @@ SPEC_SRCS16 = \
...
@@ -14,7 +14,7 @@ SPEC_SRCS16 = \
comm.spec
\
comm.spec
\
krnl386.exe.spec
\
krnl386.exe.spec
\
stress.spec
\
stress.spec
\
system.spec
\
system.
drv.
spec
\
toolhelp.spec
\
toolhelp.spec
\
win87em.spec
\
win87em.spec
\
windebug.spec
windebug.spec
...
...
dlls/kernel/kernel_main.c
View file @
d8e34ebc
...
@@ -157,10 +157,10 @@ static BOOL process_attach(void)
...
@@ -157,10 +157,10 @@ static BOOL process_attach(void)
NE_SetEntryPoint
(
hModule
,
193
,
DOSMEM_BiosDataSeg
);
/* KERNEL.193: __0040H */
NE_SetEntryPoint
(
hModule
,
193
,
DOSMEM_BiosDataSeg
);
/* KERNEL.193: __0040H */
NE_SetEntryPoint
(
hModule
,
194
,
DOSMEM_BiosSysSeg
);
/* KERNEL.194: __F000H */
NE_SetEntryPoint
(
hModule
,
194
,
DOSMEM_BiosSysSeg
);
/* KERNEL.194: __F000H */
#undef SET_ENTRY_POINT
#undef SET_ENTRY_POINT
}
/* Force loading of some dlls */
/* Force loading of some dlls */
LoadLibrary16
(
"system"
);
LoadLibrary16
(
"system.drv"
);
}
/* Create 16-bit task */
/* Create 16-bit task */
TASK_CreateMainTask
();
TASK_CreateMainTask
();
...
...
dlls/kernel/system.spec
→
dlls/kernel/system.
drv.
spec
View file @
d8e34ebc
File moved
loader/loadorder.c
View file @
d8e34ebc
...
@@ -67,7 +67,7 @@ static module_loadorder_t default_order_list[] =
...
@@ -67,7 +67,7 @@ static module_loadorder_t default_order_list[] =
{
"mouse"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"mouse"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"ntdll"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"ntdll"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"odbc32"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"odbc32"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"system
"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"system
.drv"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"toolhelp"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"toolhelp"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"ttydrv"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"ttydrv"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"user.exe"
,
{
LOADORDER_BI
,
0
,
0
}
},
{
"user.exe"
,
{
LOADORDER_BI
,
0
,
0
}
},
...
...
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