[PATCH 4/4] cabarc: Handle fdintENUMERATE notification sends by native cabinet.dll.

Christian Costa titan.costa at gmail.com
Mon Dec 3 02:18:47 CST 2012


---
 programs/cabarc/cabarc.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/programs/cabarc/cabarc.c b/programs/cabarc/cabarc.c
index 47bb8db..bef4bfc 100644
--- a/programs/cabarc/cabarc.c
+++ b/programs/cabarc/cabarc.c
@@ -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);
         return pfdin->fdie == FDIERROR_NONE ? 0 : -1;
 
+    case fdintENUMERATE:
+        return 0;
+
     default:
         WINE_FIXME( "Unexpected notification type %d.\n", fdint );
         return 0;




More information about the wine-patches mailing list