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
c21650e1
Commit
c21650e1
authored
Oct 11, 1998
by
Andreas Mohr
Committed by
Alexandre Julliard
Oct 11, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix.
parent
e6c12eeb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
dos_fs.c
files/dos_fs.c
+1
-0
syslevel.c
scheduler/syslevel.c
+2
-2
winapi-check
tools/winapi-check
+1
-1
No files found.
files/dos_fs.c
View file @
c21650e1
...
...
@@ -1225,6 +1225,7 @@ HANDLE16 WINAPI FindFirstFile16( LPCSTR path, WIN32_FIND_DATA32A *data )
HGLOBAL16
handle
;
FIND_FIRST_INFO
*
info
;
data
->
dwReserved0
=
data
->
dwReserved1
=
0x0
;
if
(
!
path
)
return
0
;
if
(
!
DOSFS_GetFullName
(
path
,
FALSE
,
&
full_name
))
return
INVALID_HANDLE_VALUE16
;
...
...
scheduler/syslevel.c
View file @
c21650e1
...
...
@@ -76,7 +76,7 @@ VOID WINAPI _KERNEL32_86(CRITICAL_SECTION *lock)
/************************************************************************
* SYSLEVEL_EnterWin16Lock
*/
VOID
SYSLEVEL_EnterWin16Lock
(
VOID
)
VOID
WINAPI
SYSLEVEL_EnterWin16Lock
(
VOID
)
{
TRACE
(
win32
,
"thread %04x (pid %d) about to enter
\n
"
,
THREAD_Current
()
->
teb_sel
,
getpid
());
...
...
@@ -90,7 +90,7 @@ VOID SYSLEVEL_EnterWin16Lock(VOID)
/************************************************************************
* SYSLEVEL_LeaveWin16Lock
*/
VOID
SYSLEVEL_LeaveWin16Lock
(
VOID
)
VOID
WINAPI
SYSLEVEL_LeaveWin16Lock
(
VOID
)
{
TRACE
(
win32
,
"thread %04x (pid %d) about to leave, count is %ld
\n
"
,
THREAD_Current
()
->
teb_sel
,
getpid
(),
Win16Mutex
.
RecursionCount
);
...
...
tools/winapi-check
100644 → 100755
View file @
c21650e1
...
...
@@ -25,7 +25,7 @@ do
if
[
-n
"
`
echo
"
$j
"
|grep
\)
`
"
]
;
then
FUNC
=
"
`
echo
$j
|cut
-f2
-d
\)
|cut
-f1
-d
'#'
`
"
if
[
-n
"
$FUNC
"
]
;
then
if
[
-z
"
`
grep
-B
1
$FUNC
$FIND_LIST
|egrep
"WINAPI|__cdecl|DC_GET_VAL|DC_SET_MODE|REGS_ENTRYPOINT"
`
"
]
;
then
if
[
-z
"
`
grep
-B
1
$FUNC
$FIND_LIST
|egrep
"WINAPI|__cdecl|
VFWAPI|
DC_GET_VAL|DC_SET_MODE|REGS_ENTRYPOINT"
`
"
]
;
then
case
$FUNC
in
# "black list"
"GetBrushOrgEx16"
)
;;
"GetCurrentPositionEx16"
)
;;
...
...
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