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
3ba83044
Commit
3ba83044
authored
Jul 27, 2010
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Added 64-bit exports.
parent
8d371d88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
msvcp90.spec
dlls/msvcp90/msvcp90.spec
+0
-0
misc.c
dlls/msvcp90/tests/misc.c
+3
-3
No files found.
dlls/msvcp90/msvcp90.spec
View file @
3ba83044
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dlls/msvcp90/tests/misc.c
View file @
3ba83044
...
...
@@ -83,7 +83,7 @@ static void test_assign(void)
char
out
[
4
];
if
(
!
p_char_assign
||
!
p_wchar_assign
||
!
p_short_assign
)
{
win_
skip
(
"assign tests skipped
\n
"
);
skip
(
"assign tests skipped
\n
"
);
return
;
}
...
...
@@ -114,7 +114,7 @@ static void test_equal(void)
BYTE
ret
;
if
(
!
p_char_eq
||
!
p_wchar_eq
||
!
p_short_eq
)
{
win_
skip
(
"equal tests skipped
\n
"
);
skip
(
"equal tests skipped
\n
"
);
return
;
}
...
...
@@ -146,7 +146,7 @@ static void test_Copy_s(void)
char
dest
[
32
],
*
ret
;
if
(
!
p_Copy_s
)
{
win_
skip
(
"Copy_s tests skipped
\n
"
);
skip
(
"Copy_s tests skipped
\n
"
);
return
;
}
...
...
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