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
248b775f
Commit
248b775f
authored
Aug 27, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbgeng: Fix the spelling of GetInterruptTimeout().
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8df456cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dbgeng.h
include/dbgeng.h
+2
-2
No files found.
include/dbgeng.h
View file @
248b775f
...
...
@@ -1733,7 +1733,7 @@ DECLARE_INTERFACE_(IDebugControl, IUnknown)
/* IDebugControl */
STDMETHOD
(
GetInterrupt
)(
THIS
)
PURE
;
STDMETHOD
(
SetInterrupt
)(
THIS_
ULONG
flags
)
PURE
;
STDMETHOD
(
GetIterruptTimeout
)(
THIS_
ULONG
*
timeout
)
PURE
;
STDMETHOD
(
GetI
n
terruptTimeout
)(
THIS_
ULONG
*
timeout
)
PURE
;
STDMETHOD
(
SetInterruptTimeout
)(
THIS_
ULONG
timeout
)
PURE
;
STDMETHOD
(
GetLogFile
)(
THIS_
char
*
buffer
,
ULONG
buffer_size
,
ULONG
*
file_size
,
BOOL
*
append
)
PURE
;
STDMETHOD
(
OpenLogFile
)(
THIS_
const
char
*
file
,
BOOL
append
)
PURE
;
...
...
@@ -1853,7 +1853,7 @@ DECLARE_INTERFACE_(IDebugControl2, IUnknown)
/* IDebugControl */
STDMETHOD
(
GetInterrupt
)(
THIS
)
PURE
;
STDMETHOD
(
SetInterrupt
)(
THIS_
ULONG
flags
)
PURE
;
STDMETHOD
(
GetIterruptTimeout
)(
THIS_
ULONG
*
timeout
)
PURE
;
STDMETHOD
(
GetI
n
terruptTimeout
)(
THIS_
ULONG
*
timeout
)
PURE
;
STDMETHOD
(
SetInterruptTimeout
)(
THIS_
ULONG
timeout
)
PURE
;
STDMETHOD
(
GetLogFile
)(
THIS_
char
*
buffer
,
ULONG
buffer_size
,
ULONG
*
file_size
,
BOOL
*
append
)
PURE
;
STDMETHOD
(
OpenLogFile
)(
THIS_
const
char
*
file
,
BOOL
append
)
PURE
;
...
...
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