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
2c8b49f4
Commit
2c8b49f4
authored
Feb 11, 2022
by
Piotr Caban
Committed by
Alexandre Julliard
Feb 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrtd/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8116b4cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile.in
dlls/msvcrtd/tests/Makefile.in
+0
-1
debug.c
dlls/msvcrtd/tests/debug.c
+1
-1
No files found.
dlls/msvcrtd/tests/Makefile.in
View file @
2c8b49f4
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
TESTDLL
=
msvcrtd.dll
TESTDLL
=
msvcrtd.dll
C_SRCS
=
\
C_SRCS
=
\
...
...
dlls/msvcrtd/tests/debug.c
View file @
2c8b49f4
...
@@ -42,7 +42,7 @@ static BOOL init_functions(void)
...
@@ -42,7 +42,7 @@ static BOOL init_functions(void)
HMODULE
hModule
=
LoadLibraryA
(
"msvcrtd.dll"
);
HMODULE
hModule
=
LoadLibraryA
(
"msvcrtd.dll"
);
if
(
!
hModule
)
{
if
(
!
hModule
)
{
win_skip
(
"LoadLibraryA failed to load msvcrtd.dll with GLE=%d
\n
"
,
GetLastError
());
win_skip
(
"LoadLibraryA failed to load msvcrtd.dll with GLE=%
l
d
\n
"
,
GetLastError
());
return
FALSE
;
return
FALSE
;
}
}
...
...
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