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
7dc790d8
Commit
7dc790d8
authored
Aug 29, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved TaskFindHandle16 to toolhelp16.c.
parent
f484a6b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
task.c
dlls/kernel/task.c
+0
-10
toolhelp16.c
dlls/kernel/toolhelp16.c
+11
-0
No files found.
dlls/kernel/task.c
View file @
7dc790d8
...
...
@@ -1511,16 +1511,6 @@ BOOL16 WINAPI TaskNext16( TASKENTRY *lpte )
}
/***********************************************************************
* TaskFindHandle (TOOLHELP.65)
*/
BOOL16
WINAPI
TaskFindHandle16
(
TASKENTRY
*
lpte
,
HTASK16
hTask
)
{
lpte
->
hNext
=
hTask
;
return
TaskNext16
(
lpte
);
}
typedef
INT
(
WINAPI
*
MessageBoxA_funcptr
)(
HWND
hWnd
,
LPCSTR
text
,
LPCSTR
title
,
UINT
type
);
/**************************************************************************
...
...
dlls/kernel/toolhelp16.c
View file @
7dc790d8
...
...
@@ -54,6 +54,17 @@ static int nrofnotifys = 0;
static
FARPROC16
HookNotify
=
NULL
;
/***********************************************************************
* TaskFindHandle (TOOLHELP.65)
*/
BOOL16
WINAPI
TaskFindHandle16
(
TASKENTRY
*
lpte
,
HTASK16
hTask
)
{
lpte
->
hNext
=
hTask
;
return
TaskNext16
(
lpte
);
}
/***********************************************************************
* NotifyRegister (TOOLHELP.73)
*/
...
...
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