Alexandre Julliard
|
51c7fe5fc7
|
cabinet: Don't try to copy data from the file if we don't even have a data buffer.
|
2009-01-15 12:03:08 +01:00 |
Michael Stefaniuc
|
e4db17f268
|
cabinet: Don't cast the return value of PF[CD]I_ALLOC; those are void pointers.
|
2009-01-02 11:53:48 +01:00 |
Ricardo Filipe
|
1a12aace57
|
cabinet: Fix dead stores (llvm/clang).
|
2008-11-18 13:04:59 +01:00 |
Andrew Talbot
|
ac796d81e7
|
cabinet: Assign to structs instead of using memcpy.
|
2008-02-12 22:36:03 +01:00 |
Francois Gouget
|
d0794c4aeb
|
Assorted spelling fixes.
|
2008-01-23 21:16:22 +01:00 |
Austin English
|
f6caf1be81
|
Misc spelling fixes.
|
2008-01-18 12:51:08 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Andrew Talbot
|
f2df3d7582
|
cabinet: Remove unneeded casts.
|
2007-12-06 12:07:36 +01:00 |
Dan Kegel
|
559b38c34c
|
cabinet: FCICreate: Initialize oldCCAB.
|
2007-11-05 14:19:07 +01:00 |
Dan Kegel
|
c2330178eb
|
cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields.
|
2007-11-05 14:16:27 +01:00 |
Jeff Latimer
|
33af21fdcf
|
cabinet: Fix a potential NULL reference.
|
2007-06-28 12:16:12 +02:00 |
Andrew Talbot
|
5c812a14f3
|
cabinet: Constify some variables.
|
2007-03-15 12:15:38 +01:00 |
Francois Gouget
|
367f91fb5c
|
Assorted spelling fixes.
|
2006-12-14 20:25:05 +01:00 |
Marcus Meissner
|
0c15360a3e
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Gerold J. Wucherpfennig
|
4f75f8469b
|
cabinet: Set proper error information on failures.
|
2006-03-01 20:56:41 +01:00 |
Gerold Jens Wucherpfennig
|
0cd9009d48
|
The fci_get_little_endian... and fci_set_little_endian... functions
don't really set and unset little endianes, they do the same thing:
merely swapping bytes from one endianes to the other.
|
2005-07-10 17:46:34 +00:00 |
Francois Gouget
|
02c25a8981
|
Assorted spelling fixes.
|
2005-06-30 18:19:33 +00:00 |
Gerold Jens Wucherpfennig
|
ff25db08a5
|
Support for big-endian systems.
|
2005-06-29 11:19:47 +00:00 |
Gerold Jens Wucherpfennig
|
4e1ec201ef
|
Some FCI work.
|
2005-06-24 12:16:37 +00:00 |
Gerold Jens Wucherpfennig
|
2ed3c40758
|
Initial FCI work (FCICreate and FCIDestroy).
|
2005-05-14 11:06:10 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Patrik Stridvall
|
7bff19ea6e
|
Added FIXME:s in the stubs.
|
2002-12-02 19:00:59 +00:00 |
Patrik Stridvall
|
d1447faaec
|
Added stub implementation of cabinet.dll.
|
2002-11-19 00:47:12 +00:00 |