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
a513e067
Commit
a513e067
authored
Feb 07, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winoldap.mod16: Enable compilation with long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d909d34f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile.in
programs/winoldap.mod16/Makefile.in
+0
-1
winoldap.c
programs/winoldap.mod16/winoldap.c
+1
-1
No files found.
programs/winoldap.mod16/Makefile.in
View file @
a513e067
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
winoldap.mod16
MODULE
=
winoldap.mod16
EXTRADLLFLAGS
=
-mconsole
-m16
EXTRADLLFLAGS
=
-mconsole
-m16
...
...
programs/winoldap.mod16/winoldap.c
View file @
a513e067
...
@@ -74,7 +74,7 @@ WORD WINAPI WinMain16( HINSTANCE16 inst, HINSTANCE16 prev, LPSTR cmdline, WORD s
...
@@ -74,7 +74,7 @@ WORD WINAPI WinMain16( HINSTANCE16 inst, HINSTANCE16 prev, LPSTR cmdline, WORD s
{
{
/* Give 10 seconds to the app to come up */
/* Give 10 seconds to the app to come up */
if
(
wait_input_idle
(
info
.
hProcess
,
10000
)
==
WAIT_FAILED
)
if
(
wait_input_idle
(
info
.
hProcess
,
10000
)
==
WAIT_FAILED
)
WINE_WARN
(
"WaitForInputIdle failed: Error %d
\n
"
,
GetLastError
()
);
WINE_WARN
(
"WaitForInputIdle failed: Error %
l
d
\n
"
,
GetLastError
()
);
ReleaseThunkLock
(
&
count
);
ReleaseThunkLock
(
&
count
);
WaitForSingleObject
(
info
.
hProcess
,
INFINITE
);
WaitForSingleObject
(
info
.
hProcess
,
INFINITE
);
RestoreThunkLock
(
count
);
RestoreThunkLock
(
count
);
...
...
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