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
9d1fdf11
Commit
9d1fdf11
authored
Jan 22, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Jan 27, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Avoid preprocessor check to ensure it compiles.
parent
28b9e1b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
string.c
dlls/shell32/tests/string.c
+3
-2
No files found.
dlls/shell32/tests/string.c
View file @
9d1fdf11
...
...
@@ -87,13 +87,14 @@ static void test_StrRetToStringNW(void)
"STRRET_OFFSET: dup failed, ret=%d
\n
"
,
ret
);
/* The next test crashes on W2K, WinXP and W2K3, so we don't test. */
#if 0
if
(
0
)
{
/* Invalid dest - should return FALSE, except NT4 does not, so we don't check. */
strret
.
uType
=
STRRET_WSTR
;
U
(
strret
).
pOleStr
=
CoDupStrW
(
"Test"
);
pStrRetToStrNAW
(
NULL
,
sizeof
(
buff
)
/
sizeof
(
WCHAR
),
&
strret
,
NULL
);
trace
(
"NULL dest: ret=%d
\n
"
,
ret
);
#endif
}
}
START_TEST
(
string
)
...
...
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