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
7ffff5c5
Commit
7ffff5c5
authored
Feb 21, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp*: Enable compilation with long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d92d623d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
6 deletions
+1
-6
Makefile.in
dlls/vcomp/Makefile.in
+0
-1
main.c
dlls/vcomp/main.c
+1
-1
Makefile.in
dlls/vcomp100/Makefile.in
+0
-1
Makefile.in
dlls/vcomp110/Makefile.in
+0
-1
Makefile.in
dlls/vcomp120/Makefile.in
+0
-1
Makefile.in
dlls/vcomp140/Makefile.in
+0
-1
No files found.
dlls/vcomp/Makefile.in
View file @
7ffff5c5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
vcomp.dll
C_SRCS
=
\
...
...
dlls/vcomp/main.c
View file @
7ffff5c5
...
...
@@ -1951,7 +1951,7 @@ void WINAPIV C2VectParallel(int start, int end, int step, BOOL end_included, int
BOOL
WINAPI
DllMain
(
HINSTANCE
instance
,
DWORD
reason
,
LPVOID
reserved
)
{
TRACE
(
"(%p, %d, %p)
\n
"
,
instance
,
reason
,
reserved
);
TRACE
(
"(%p, %
l
d, %p)
\n
"
,
instance
,
reason
,
reserved
);
switch
(
reason
)
{
...
...
dlls/vcomp100/Makefile.in
View file @
7ffff5c5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
vcomp100.dll
PARENTSRC
=
../vcomp
...
...
dlls/vcomp110/Makefile.in
View file @
7ffff5c5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
vcomp110.dll
PARENTSRC
=
../vcomp
...
...
dlls/vcomp120/Makefile.in
View file @
7ffff5c5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
vcomp120.dll
PARENTSRC
=
../vcomp
...
...
dlls/vcomp140/Makefile.in
View file @
7ffff5c5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
vcomp140.dll
PARENTSRC
=
../vcomp
...
...
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