mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=24194
This commit is contained in:
parent
8bde95b20e
commit
82845620c6
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue