Andrew Talbot
5df3ff13e7
winebuild: Replace inline static with static inline.
2007-03-17 20:05:12 +01:00
Hans Leidekker
58e5ea2cfd
wine.inf: Open/print .rtf files with wordpad.
2007-03-17 19:50:36 +01:00
Hans Leidekker
8530d23754
wine.inf: Register an 'install' verb with the shell for .inf files.
2007-03-17 19:50:29 +01:00
Alexandre Julliard
a79b26284a
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
2007-03-14 15:57:50 +01:00
Stefan Huehner
4d1d01f266
Mark several functions as static.
2007-03-13 13:35:12 +01:00
Alexandre Julliard
4091627cd7
configure: Get rid of lex compatibility support, we require flex anyway.
2007-03-08 13:19:50 +01:00
Alexandre Julliard
0da06dba48
winedump: Fixed formatting of timestamps.
2007-03-07 21:33:51 +01:00
Rob Shearman
1c2a717b59
widl: Implement writing of SAFEARRAY type descriptions in typelibs.
2007-03-07 20:10:32 +01:00
Juan Lang
c2cb296277
ntdll: Implement NtAllocateLocallyUniqueId with server call.
2007-03-07 13:45:11 +01:00
Alexandre Julliard
c07da7067d
wine.inf: dwReserved values for DirectPlay providers should be dwords
...
(spotted by Alessandro Pignotti).
2007-03-06 12:27:32 +01:00
Aric Stewart
3744cd8874
gdi32: Set FontSubstitute values by locale.
2007-03-06 12:10:07 +01:00
Joris Huizer
4bfd7059f2
winedump: sign-compare fixes.
2007-03-05 15:35:25 +01:00
Joris Huizer
c9f1452233
winebuild: sign-compare fixes.
2007-03-05 15:31:48 +01:00
Alexandre Julliard
4fff18b534
makedep: Fixed string comparison against the source tree path
...
(reported by Kai Blin).
2007-03-01 20:42:49 +01:00
Alexandre Julliard
defc1d873e
widl: Add missing '\n' on error message.
2007-02-28 20:44:24 +01:00
Marcus Meissner
fbc80d79b3
configure: Generate stand alone AC_CONFIG_FILES() lines.
2007-02-27 12:26:27 +01:00
Rob Shearman
94a0a90165
widl: Print EXPR_NUM expresssions as unsigned to avoid printing an extra negative sign when lval is large.
2007-02-26 17:33:40 +01:00
Vitaliy Margolen
5f960781fc
wineshelllink: Fix menu entries with double spaces in their names.
2007-02-26 13:55:58 +01:00
Francois Gouget
826f89f5a7
wine.inf: Fix the 'Pacific Standard Time' display name to match the CLDR.
...
This also removes the ambiguity with the new 'Pacific Standard Time (Mexico)' timezone.
2007-02-23 11:17:57 +01:00
Francois Gouget
17382dd5f7
wine.inf: Update the timezone information.
2007-02-21 19:48:30 +01:00
Francois Gouget
93494f2ac0
Assorted spelling fixes.
2007-02-20 20:30:51 +01:00
Francois Gouget
2138bab79f
winapi_check: gdi32.dll and gdi.exe have some extra sources in subdirectories.
2007-02-20 20:29:36 +01:00
Francois Gouget
c5f193038c
winapi_check: We no longer have dlls in nested sub-directories.
2007-02-20 20:29:32 +01:00
Francois Gouget
53914087aa
winapi_check: Clarify a pair of error messages.
...
Don't use a regular expression if not necessary.
2007-02-20 20:29:26 +01:00
Francois Gouget
03bcef1d94
winapi: Update and simplify file_skip() to match the current sources.
2007-02-20 20:29:23 +01:00
Francois Gouget
ba517e57d2
winapi: Remove useless 'if (0)' statements.
2007-02-20 20:29:20 +01:00
Francois Gouget
88619a80d8
winapi_check: Fix handling of the 'longlong' arguments.
2007-02-20 20:29:17 +01:00
Francois Gouget
f032dcbda2
winapi_check: Update win32.api to fix the winapi_check warnings.
2007-02-20 20:29:14 +01:00
Francois Gouget
f5c6a71a65
ole32: Better match the PSDK types and fix the winapi_check warnings.
2007-02-20 20:29:10 +01:00
Francois Gouget
c4a4c5435c
advapi32: Update win32.api to fix the winapi_check warnings.
2007-02-20 20:27:20 +01:00
Alexandre Julliard
77292a8c82
widl: 'control' is an attribute not a keyword.
2007-02-19 16:40:34 +01:00
Marcus Meissner
82026ecd65
winedump: Added a missing free().
2007-02-19 12:36:38 +01:00
Marcus Meissner
da7c2f5f36
bin2res: Use fstat, handle errors.
2007-02-14 14:41:57 +01:00
Lei Zhang
9a3a144896
tools/wineshelllink: Create links with WINEPREFIX.
2007-02-14 14:12:04 +01:00
Chris Robinson
2d592427e5
wine.inf: Add quartz.dll to the list of installed fake DLLs.
2007-02-14 12:30:08 +01:00
Tijl Coosemans
6f49b38a5e
wineshelllink: Fix mktemp usage on FreeBSD.
2007-02-13 17:15:33 +01:00
Marcus Meissner
aef6e2d35d
winedump: Free function_name on all error paths.
2007-02-13 12:42:33 +01:00
Hans Leidekker
f3425cfe41
wordpad: Open .wri files in wordpad.
2007-02-12 14:12:22 +01:00
Eric Pouech
17cb1c827d
winedump: Removed a couple of unused elements out of struct symbol.
2007-02-12 14:12:14 +01:00
Eric Pouech
ae48ede907
winedump: Simplify guid dumping.
2007-02-12 14:12:03 +01:00
Eric Pouech
72c52d6d9e
winedump: Larger usage of symbol demangling while dumping.
2007-02-12 14:11:48 +01:00
Joris Huizer
909425d99d
winegcc: Sign-compare fixes.
2007-02-12 12:39:16 +01:00
Alexandre Julliard
1df72cc794
Make.rules: Automatically generate the header for all types of idl sources.
2007-02-09 14:32:57 +01:00
Francois Gouget
f3899c2651
ntdll: Better match the PSDK types and fix the winapi_check warnings.
2007-02-09 14:32:57 +01:00
Francois Gouget
fe78739128
winapi_check: Fix handling of the -register functions.
...
Unless specified otherwise they are implemented by a '__regs_' function.
Keep track of the '-i386' flag so we can detect CONTEXT* vs. CONTEXT86* mismatches.
Remove an unneeded and broken hack meant to fudge the number of parameters.
2007-02-09 14:32:57 +01:00
Francois Gouget
30131979cc
winapi_check: '-register' is compatible with stdcall. So remove this obsolete warning.
2007-02-09 14:32:57 +01:00
Francois Gouget
65563fd0d0
ntdsapi: Update win32.api to fix the winapi_check warnings.
2007-02-09 14:32:56 +01:00
Marcus Meissner
c053bdb54a
wmc: inputbuffer is a WCHAR array.
2007-02-09 11:48:36 +01:00
Hans Leidekker
49c19e27cb
wineshelllink: Keep using the slash as path separator.
2007-02-09 11:48:20 +01:00
Hans Leidekker
0931b4feaf
wineshelllink: Use "=" instead of "==" to compare strings.
2007-02-09 11:47:24 +01:00