Autosyncing with Wine HEAD

svn path=/trunk/; revision=24194
This commit is contained in:
The Wine Synchronizer 2006-09-18 16:36:06 +00:00
parent 8bde95b20e
commit 82845620c6
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<module name="cabinet" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_CABINET}" installbase="system32" installname="cabinet.dll" allowwarnings="true">
<module name="cabinet" type="win32dll" baseaddress="${BASEADDRESS_CABINET}" installbase="system32" installname="cabinet.dll" allowwarnings="true">
<importlibrary definition="cabinet.spec.def" />
<include base="cabinet">.</include>
<include base="ReactOS">include/reactos/wine</include>

View file

@ -64,8 +64,6 @@ There is still some work to be done:
if (B) SetLastError(B); } while(0)
WINE_DEFAULT_DEBUG_CHANNEL(cabinet);
typedef struct {
cab_UBYTE signature[4]; /* !CAB for unfinished cabinets else MSCF */
cab_ULONG reserved1;