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
6262bc7c
Commit
6262bc7c
authored
Dec 03, 2012
by
Christian Costa
Committed by
Alexandre Julliard
Dec 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabarc: Handle fdintENUMERATE notification.
parent
f6503a8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
cabarc.c
programs/cabarc/cabarc.c
+3
-0
No files found.
programs/cabarc/cabarc.c
View file @
6262bc7c
...
@@ -458,6 +458,9 @@ static INT_PTR CDECL extract_notify( FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION
...
@@ -458,6 +458,9 @@ static INT_PTR CDECL extract_notify( FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION
WINE_TRACE
(
"Next cab: status %u, path '%s', file '%s'
\n
"
,
pfdin
->
fdie
,
pfdin
->
psz3
,
pfdin
->
psz1
);
WINE_TRACE
(
"Next cab: status %u, path '%s', file '%s'
\n
"
,
pfdin
->
fdie
,
pfdin
->
psz3
,
pfdin
->
psz1
);
return
pfdin
->
fdie
==
FDIERROR_NONE
?
0
:
-
1
;
return
pfdin
->
fdie
==
FDIERROR_NONE
?
0
:
-
1
;
case
fdintENUMERATE
:
return
0
;
default:
default:
WINE_FIXME
(
"Unexpected notification type %d.
\n
"
,
fdint
);
WINE_FIXME
(
"Unexpected notification type %d.
\n
"
,
fdint
);
return
0
;
return
0
;
...
...
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