head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.05.21.17.56.13;	author se;	state dead;
branches;
next	1.1;

1.1
date	2004.04.09.12.47.57;	author se;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to version 0.3 of unshield.

Submitted by:	Jean-Yves Lefort <jylefort@@brutele.be>
PR:		ports/66692
@
text
@--- lib/cabfile.h~	Mon Aug 25 10:17:28 2003
+++ lib/cabfile.h	Fri Apr  9 05:30:19 2004
@@@@ -4,7 +4,11 @@@@
 
 #include "internal.h"
 
+#if __GNUC__ > 2
 #define P __attribute__((packed))
+#else
+#define P
+#endif
 
 #define OFFSET_COUNT 0x47
 #define CAB_SIGNATURE 0x28635349
@


1.1
log
@New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
@
text
@@

