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
3f0d9d12
Commit
3f0d9d12
authored
Feb 24, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.
parent
a1cf6485
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
74 additions
and
91 deletions
+74
-91
.gitignore
.gitignore
+0
-1
configure
configure
+11
-0
configure.ac
configure.ac
+2
-0
Makefile.in
dlls/Makefile.in
+1
-2
Makefile.in
dlls/kernel32/Makefile.in
+0
-5
kernel16.c
dlls/kernel32/kernel16.c
+0
-83
Makefile.in
programs/winhelp.exe16/Makefile.in
+13
-0
winhelp.c
programs/winhelp.exe16/winhelp.c
+47
-0
No files found.
.gitignore
View file @
3f0d9d12
...
...
@@ -124,7 +124,6 @@ dlls/winaspi.dll16
dlls/windebug.dll16
dlls/wineps16.drv16
dlls/wing.dll16
dlls/winhelp.exe16
dlls/winnls.dll16
dlls/winsock.dll16
dlls/wintab.dll16
...
...
configure
View file @
3f0d9d12
...
...
@@ -3909,6 +3909,7 @@ then
enable_w32skrnl
=
${
enable_w32skrnl
:-
no
}
enable_winedos
=
${
enable_winedos
:-
no
}
enable_winevdm
=
${
enable_winevdm
:-
no
}
enable_winhelp_exe16
=
${
enable_winhelp_exe16
:-
no
}
enable_winoldap_mod16
=
${
enable_winoldap_mod16
:-
no
}
fi
...
...
@@ -27881,6 +27882,15 @@ programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
ac_config_files
=
"
$ac_config_files
programs/winevdm/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
programs/winhelp.exe16/Makefile"
test
"x
$enable_winhelp_exe16
"
!=
xno
&&
ALL_PROGRAM_DIRS
=
"
$ALL_PROGRAM_DIRS
\\
winhelp.exe16"
&&
ALL_PROGRAM_INSTALL_DIRS
=
"
$ALL_PROGRAM_INSTALL_DIRS
\\
winhelp.exe16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
ac_config_files
=
"
$ac_config_files
programs/winhelp.exe16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
programs/winhlp32/Makefile"
test
"x
$enable_winhlp32
"
!=
xno
&&
ALL_PROGRAM_DIRS
=
"
$ALL_PROGRAM_DIRS
\\
winhlp32"
&&
ALL_PROGRAM_INSTALL_DIRS
=
"
$ALL_PROGRAM_INSTALL_DIRS
\\
...
...
@@ -29061,6 +29071,7 @@ do
"programs/winepath/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winepath/Makefile" ;;
"programs/winetest/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winetest/Makefile" ;;
"programs/winevdm/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winevdm/Makefile" ;;
"programs/winhelp.exe16/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winhelp.exe16/Makefile" ;;
"programs/winhlp32/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winhlp32/Makefile" ;;
"programs/winoldap.mod16/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winoldap.mod16/Makefile" ;;
"programs/winver/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/winver/Makefile" ;;
...
...
configure.ac
View file @
3f0d9d12
...
...
@@ -146,6 +146,7 @@ then
enable_w32skrnl=${enable_w32skrnl:-no}
enable_winedos=${enable_winedos:-no}
enable_winevdm=${enable_winevdm:-no}
enable_winhelp_exe16=${enable_winhelp_exe16:-no}
enable_winoldap_mod16=${enable_winoldap_mod16:-no}
fi
...
...
@@ -2306,6 +2307,7 @@ WINE_CONFIG_MAKEFILE([programs/winemine/Makefile],[programs/Makeprog.rules],[pro
WINE_CONFIG_MAKEFILE([programs/winepath/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS,ALL_PROGRAM_BIN_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/winetest/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
WINE_CONFIG_MAKEFILE([programs/winevdm/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/winhelp.exe16/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/winhlp32/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/winoldap.mod16/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/winver/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
...
...
dlls/Makefile.in
View file @
3f0d9d12
...
...
@@ -63,7 +63,6 @@ WIN16_FILES = \
windebug.dll16
\
wineps16.drv16
\
wing.dll16
\
winhelp.exe16
\
winnls.dll16
\
winsock.dll16
\
wintab.dll16
\
...
...
@@ -92,7 +91,7 @@ dispdib.dll16 gdi.exe16 wing.dll16:
imm.dll16
:
echo
"imm32.dll"
>
$@
comm.drv16 krnl386.exe16 stress.dll16 system.drv16 toolhelp.dll16 win87em.dll16 windebug.dll16
winhelp.exe16
:
comm.drv16 krnl386.exe16 stress.dll16 system.drv16 toolhelp.dll16 win87em.dll16 windebug.dll16
:
echo
"kernel32.dll"
>
$@
lzexpand.dll16
:
...
...
dlls/kernel32/Makefile.in
View file @
3f0d9d12
...
...
@@ -96,8 +96,6 @@ MC_SRCS = \
nls/winerr_nor.mc
EXTRA_OBJS
=
relay16asm.o
EXTRA_OBJS16
=
winhelp.exe.o
EXTRASUBDIRS
=
nls
@MAKE_DLL_RULES@
...
...
@@ -107,9 +105,6 @@ kernel.res: $(MC_SRCS:.mc=.mc.rc)
relay16asm.o
:
$(WINEBUILD)
$(WINEBUILD)
$(WINEBUILDFLAGS)
-o
$@
--relay16
winhelp.exe.o
:
$(WINEBUILD)
$(WINEBUILD)
$(WINEBUILDFLAGS)
--exe
-o
$@
--main-module
$(MODULE)
--entry
WINHELP_EntryPoint
# Special rules for 16-bit resource and spec files
krnl386.exe.spec.o
:
krnl386.exe.spec version16.res
...
...
dlls/kernel32/kernel16.c
View file @
3f0d9d12
...
...
@@ -29,7 +29,6 @@
#include "toolhelp.h"
#include "kernel_private.h"
#include "kernel16_private.h"
#include "wine/server.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
module
);
...
...
@@ -136,88 +135,6 @@ HANDLE WINAPI CreateThread16( SECURITY_ATTRIBUTES *sa, DWORD stack,
return
CreateThread
(
sa
,
stack
,
start_thread16
,
args
,
flags
,
id
);
}
/***********************************************************************
* wait_input_idle
*
* user32.WaitForInputIdle releases the win16 lock, so here is a replacement.
*/
static
DWORD
wait_input_idle
(
HANDLE
process
,
DWORD
timeout
)
{
DWORD
ret
;
HANDLE
handles
[
2
];
handles
[
0
]
=
process
;
SERVER_START_REQ
(
get_process_idle_event
)
{
req
->
handle
=
wine_server_obj_handle
(
process
);
if
(
!
(
ret
=
wine_server_call_err
(
req
)))
handles
[
1
]
=
wine_server_ptr_handle
(
reply
->
event
);
}
SERVER_END_REQ
;
if
(
ret
)
return
WAIT_FAILED
;
/* error */
if
(
!
handles
[
1
])
return
0
;
/* no event to wait on */
return
WaitForMultipleObjects
(
2
,
handles
,
FALSE
,
timeout
);
}
/**************************************************************************
* WINHELP entry point
*
* FIXME: should go into winhlp32.exe, but we don't support 16-bit modules in executables yet.
*/
void
WINAPI
WINHELP_EntryPoint
(
CONTEXT86
*
context
)
{
static
const
WCHAR
winhlp32W
[]
=
{
'\\'
,
'w'
,
'i'
,
'n'
,
'h'
,
'l'
,
'p'
,
'3'
,
'2'
,
'.'
,
'e'
,
'x'
,
'e'
,
0
};
PDB16
*
psp
;
INT
len
,
total
;
WCHAR
*
cmdline
,
*
p
;
PROCESS_INFORMATION
info
;
STARTUPINFOW
startup
;
DWORD
count
,
exit_code
=
1
;
InitTask16
(
context
);
TRACE
(
"(ds=%x es=%x fs=%x gs=%x, bx=%04x cx=%04x di=%04x si=%x)
\n
"
,
context
->
SegDs
,
context
->
SegEs
,
context
->
SegFs
,
context
->
SegGs
,
context
->
Ebx
,
context
->
Ecx
,
context
->
Edi
,
context
->
Esi
);
psp
=
GlobalLock16
(
context
->
SegEs
);
len
=
MultiByteToWideChar
(
CP_ACP
,
0
,
(
char
*
)
psp
->
cmdLine
+
1
,
psp
->
cmdLine
[
0
],
NULL
,
0
);
total
=
(
GetSystemDirectoryW
(
NULL
,
0
)
+
len
+
1
)
*
sizeof
(
WCHAR
)
+
sizeof
(
winhlp32W
);
cmdline
=
HeapAlloc
(
GetProcessHeap
(),
0
,
total
);
GetSystemDirectoryW
(
cmdline
,
total
);
lstrcatW
(
cmdline
,
winhlp32W
);
p
=
cmdline
+
lstrlenW
(
cmdline
);
if
(
len
)
{
*
p
++
=
' '
;
MultiByteToWideChar
(
CP_ACP
,
0
,
(
char
*
)
psp
->
cmdLine
+
1
,
psp
->
cmdLine
[
0
],
p
,
len
);
p
[
len
]
=
0
;
}
memset
(
&
startup
,
0
,
sizeof
(
startup
)
);
startup
.
cb
=
sizeof
(
startup
);
if
(
CreateProcessW
(
NULL
,
cmdline
,
NULL
,
NULL
,
FALSE
,
0
,
NULL
,
NULL
,
&
startup
,
&
info
))
{
/* Give 10 seconds to the app to come up */
if
(
wait_input_idle
(
info
.
hProcess
,
10000
)
==
WAIT_FAILED
)
WARN
(
"WaitForInputIdle failed: Error %d
\n
"
,
GetLastError
()
);
ReleaseThunkLock
(
&
count
);
WaitForSingleObject
(
info
.
hProcess
,
INFINITE
);
GetExitCodeProcess
(
info
.
hProcess
,
&
exit_code
);
CloseHandle
(
info
.
hThread
);
CloseHandle
(
info
.
hProcess
);
}
else
ReleaseThunkLock
(
&
count
);
HeapFree
(
GetProcessHeap
(),
0
,
cmdline
);
ExitThread
(
exit_code
);
}
/***********************************************************************
* _DebugOutput (KERNEL.328)
*/
...
...
programs/winhelp.exe16/Makefile.in
0 → 100644
View file @
3f0d9d12
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
winhelp.exe16
APPMODE
=
-mwindows
-Wb
,--subsystem,win16
IMPORTS
=
kernel32
C_SRCS
=
winhelp.c
@MAKE_PROG_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
programs/winhelp.exe16/winhelp.c
0 → 100644
View file @
3f0d9d12
/*
* 16-bit winhelp implementation
*
* Copyright 2009 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <stdio.h>
#include "wine/winbase16.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
winhelp
);
/**************************************************************************
* WINHELP entry point
*/
WORD
WINAPI
WinMain16
(
HINSTANCE16
inst
,
HINSTANCE16
prev
,
LPSTR
cmdline
,
WORD
show
)
{
int
len
=
GetSystemDirectoryA
(
NULL
,
0
)
+
sizeof
(
"
\\
winhlp32.exe"
)
+
strlen
(
cmdline
);
char
*
buffer
=
HeapAlloc
(
GetProcessHeap
(),
0
,
len
);
GetSystemDirectoryA
(
buffer
,
len
);
strcat
(
buffer
,
"
\\
winhlp32.exe"
);
strcat
(
buffer
,
cmdline
);
WINE_TRACE
(
"starting %s
\n
"
,
wine_dbgstr_a
(
buffer
)
);
WinExec16
(
buffer
,
show
);
HeapFree
(
GetProcessHeap
(),
0
,
buffer
);
ExitThread
(
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