Commit Graph

23 Commits

Author SHA1 Message Date
Eric Pouech 08bd6db4aa cabarc: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-04 11:20:33 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Michael Stefaniuc 28df672666 cabarc: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-06 11:55:04 +02:00
Alexandre Julliard e87c84f56d cabarc: Avoid some conversion to Unix codepage.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-28 08:50:49 +01:00
Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-17 17:05:47 +02:00
Alexandre Julliard 92e50f5757 cabarc: Remove duplicate defines.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-16 22:55:50 +02:00
Alexandre Julliard c7c9b45544 cabarc: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-29 18:46:25 +02:00
Frédéric Delanoy 8bd2eb3e78 cabarc: Use BOOL type where appropriate. 2014-02-20 11:18:41 +01:00
Dmitry Timoshkov dcc057c686 cabarc: Fix printing of a not recognized compression type argument. 2014-01-09 17:39:56 +01:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Dmitry Timoshkov 452a64e3a7 cabarc: Fix compilation under Windows. 2013-08-02 11:23:59 +02:00
Alexandre Julliard 24fe312783 cabarc: Avoid some redefinition warnings. 2013-04-09 15:26:11 +02:00
Christian Costa 6262bc7cc8 cabarc: Handle fdintENUMERATE notification. 2012-12-03 18:24:42 +01:00
Christian Costa f6503a8b11 cabarc: Handle fdintNEXT_CABINET notification to support multi-cab archive. 2012-12-03 18:24:41 +01:00
Christian Costa b305f11118 cabarc: Keep \ in the cab path as FDICopy expects it. 2012-12-03 18:24:40 +01:00
Christian Costa b1aeb9dca1 cabarc: Add some debug messages. 2012-12-03 18:24:40 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Alexandre Julliard 55013410f7 cabarc: Set the initial cabinet number to 0. 2011-02-19 13:06:20 +01:00
Alexandre Julliard c24cd869cd cabarc: Add support for starting a new folder with a '+' file name. 2011-02-14 17:27:29 +01:00
Alexandre Julliard 0c1e7ff7c4 cabarc: Add support for specifying a maximum cabinet file. 2011-02-14 17:24:53 +01:00
Alexandre Julliard 8ebff12b05 cabarc: Add support for listing and extracting cabinets. 2011-02-03 13:15:17 +01:00
Alexandre Julliard 30bdbedc2d cabarc: Initial version of the cabarc.exe tool, with support for creating a cabinet. 2011-02-03 13:15:03 +01:00