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
7e252cb5
Commit
7e252cb5
authored
Sep 12, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Sep 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed C++ comments.
parent
5a2e82d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gdbproxy.c
debugger/gdbproxy.c
+1
-1
shreg.c
dlls/shlwapi/tests/shreg.c
+2
-2
No files found.
debugger/gdbproxy.c
View file @
7e252cb5
...
...
@@ -2033,7 +2033,7 @@ static BOOL gdb_init_context(struct gdb_context* gdbctx, unsigned flags)
/* this should be the first event we get,
* and the only one of this type */
assert
(
gdbctx
->
process
==
NULL
&&
de
.
dwProcessId
==
DEBUG_CurrPid
);
/
/gdbctx->dwProcessId = pid;
/
*gdbctx->dwProcessId = pid; */
if
(
!
gdb_startup
(
gdbctx
,
&
de
,
flags
))
return
FALSE
;
assert
(
!
gdbctx
->
in_trap
);
}
...
...
dlls/shlwapi/tests/shreg.c
View file @
7e252cb5
...
...
@@ -28,7 +28,7 @@
#include "winuser.h"
#include "shlwapi.h"
/
/ Keys used for testing
/
* Keys used for testing */
#define REG_TEST_KEY "Software\\Wine\\Test"
#define REG_CURRENT_VERSION "Software\\Microsoft\\Windows NT\\CurrentVersion"
...
...
@@ -198,7 +198,7 @@ static void test_SHCopyKey(void)
{
HKEY
hKeySrc
,
hKeyDst
;
/
/ Delete existing destination sub keys
/
* Delete existing destination sub keys */
hKeyDst
=
(
HKEY
)
0
;
if
(
!
RegOpenKeyA
(
HKEY_CURRENT_USER
,
REG_TEST_KEY
"
\\
CopyDestination"
,
&
hKeyDst
)
&&
hKeyDst
)
{
...
...
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