Commit Graph

16 Commits (master)

Author SHA1 Message Date
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 b5e2f767b6 expand: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-29 18:46:25 +02:00
Marcus Meissner 56968fb379 expand: Initialize a variable (Coverity). 2011-11-25 17:12:21 +01:00
Eric Pouech c561b67950 expand: No longer use Unix stdio functions, but rather the kernel32 equivalent. 2011-11-07 14:09:48 +01:00
Eric Pouech 60460147ee expand: Remove extraneous curly braces from switch statements. 2011-11-07 14:09:45 +01:00
Francois Gouget 96848a0605 Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
Michael Stefaniuc 30a37b65dc expand: Remove superfluous pointer casts. 2009-01-29 14:06:04 +01:00
Alexandre Julliard b66685cdd8 programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. 2008-09-03 14:21:41 +02:00
Roy Shea 44941a55fa expand: Extended expand program to accept /r argument. 2008-08-21 13:44:10 +02:00
Hans Leidekker 3d2670ea32 expand.exe: Add support for cabinet files. 2007-04-26 14:24:26 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 7d66567253 programs: Use WIN32_LEAN_AND_MEAN in some more places. 2006-01-16 20:41:34 +01:00
Pierre d'Herbemont 342da59b0c Remove stdlib.h inclusion if winsock.h is included. 2005-05-18 15:33:20 +00:00
Alexandre Julliard 12fbe313f2 Fixed LZCopy return value check. 2002-12-12 23:01:35 +00:00
Alexandre Julliard acfda14a81 Moved expand.c from libtest to programs/expand.
Removed the rest of the libtest directory.
2002-05-20 19:18:16 +00:00