Commit Graph

12102 Commits

Author SHA1 Message Date
Hans Leidekker
01af6376fc Don't link cross compiled tests against Wine import libraries. 2003-04-16 23:09:02 +00:00
Andreas Mohr
5f66b04e46 Print out Windows version values, in human-readable format. 2003-04-16 23:08:33 +00:00
Rein Klazes
5737fe6d18 Fix the ListView_SetItemState macro. 2003-04-16 23:08:10 +00:00
Alexandre Julliard
fc09423d3d Allow overriding CFLAGS when running configure. Other small cleanups. 2003-04-14 21:46:41 +00:00
Alexandre Julliard
46adbecd13 Insert the last free block of a subheap at the end of the free list to
avoid using uncomitted space unless really necessary.
2003-04-14 21:44:21 +00:00
Alexandre Julliard
96af8c2ff5 Fixed gcc varargs macro syntax (reported by Gabriele Giorgetti). 2003-04-14 21:42:57 +00:00
Alexandre Julliard
d73a1c4642 Hacked 0x00a5 to map to backslash in Shift-JIS codepage.
Added mapping for 0x00a6.
2003-04-14 21:39:23 +00:00
Hans Leidekker
14a921668f Fix typo: sqml -> sgml. 2003-04-14 21:35:14 +00:00
Hans Leidekker
3de094e271 Handle multiline output from grep and don't grep for empty strings. 2003-04-14 21:34:45 +00:00
Lionel Ulmer
5a96cbfc74 Have the 'make_opengl' in line with the (manually edited) spec file. 2003-04-14 21:34:11 +00:00
Andreas Mohr
51c38cc729 Fix blatantly wrong SetFilePointer() calls. 2003-04-14 21:33:49 +00:00
Dominik Strasser
94c02fef1a Partially implement proxy support. 2003-04-14 21:32:36 +00:00
Dimitrie O. Paun
041a8de270 Transform the Packaging Guide into a nice ASCII file.
Update it to the latest info, make it less prone to obsolescence.
Updated the Wine executables from list produced by Tom Wickline.
2003-04-14 21:31:48 +00:00
Alexandre Julliard
92bfe2269b Don't use Wine debugging API in tests. 2003-04-13 01:09:23 +00:00
Jukka Heinonen
af4f0ee240 Interrupt handling now prints more trace information.
Replaced some magic numbers with preprocessor constants.
2003-04-13 01:06:36 +00:00
Yorick Hardy
3f11d48346 Fix for compiling on NetBSD. 2003-04-13 01:06:14 +00:00
Vincent Béron
3b11910362 Include shlguid.h from shlobj.h.
Expose IShellLink to Winelib apps.
2003-04-13 01:05:31 +00:00
Vincent Béron
a79c96039d Define some additional constants. 2003-04-13 01:05:17 +00:00
Yorick Hardy
ea3342de42 errno should not be used as a variable name. 2003-04-13 01:04:25 +00:00
Christian Costa
074d293c85 Increase MaxStreams to 2 in CAPS. 2003-04-13 01:03:05 +00:00
Christian Costa
9ba17d4427 Added some defines to d3d8 header. 2003-04-13 01:02:52 +00:00
Alexandre Julliard
aa94a5ad1a Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U. 2003-04-12 00:10:13 +00:00
Alexandre Julliard
2d5519f15c The com_interface attribute is not needed on derived classes.
Removed the ICOM_CTHIS* macros.
2003-04-12 00:09:14 +00:00
Alexandre Julliard
31e78f479e Header files must not include config.h. 2003-04-12 00:06:42 +00:00
Alexandre Julliard
78e3311197 Fixed rules for auto documentation (reported by Vincent Béron). 2003-04-12 00:05:27 +00:00
Robert Shearman
efc069cbb3 Added NtQueryProcessInformation case needed by NT version of MSI. 2003-04-12 00:01:32 +00:00
Hans Leidekker
b195d9fe54 Add aliases to configure check for mingw cross compiler and dlltool. 2003-04-12 00:00:57 +00:00
Robert Reif
26ba64b563 Fixed PCM format evaluation bug.
Properly clean up partially created sound buffers.
2003-04-11 23:59:19 +00:00
Alexandre Julliard
aa89eccc71 Added support for generating dependencies for idl files. 2003-04-11 00:38:56 +00:00
Maxime Bellengé
a7ac73d618 Added the GRADIENT_FILL_TRIANGLE case in GdiGradientFill. 2003-04-11 00:37:17 +00:00
Robert Reif
db68f33a5e Changed capture format printing to hex. 2003-04-11 00:35:50 +00:00
Robert Reif
18f744d3a5 Add direct sound driver guids. 2003-04-11 00:35:33 +00:00
Alexandre Julliard
aae3cb61cd Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.
2003-04-11 00:31:02 +00:00
Alexandre Julliard
55379110c5 Get rid of the ICOM_CALL macros. 2003-04-10 21:13:58 +00:00
Alexandre Julliard
6d1f9b037d Ignore "U " in nm -u output. 2003-04-10 18:36:40 +00:00
Robert Reif
303d93680d Better error messages. 2003-04-10 18:33:46 +00:00
Alexandre Julliard
c2ebe1ff93 Removed uses of the non standard ICOM_VTBL macro. 2003-04-10 18:17:34 +00:00
Alexandre Julliard
f00c46f030 Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
2003-04-10 00:19:24 +00:00
Robert Reif
deeb2abd96 Changed DLL version to 8. 2003-04-09 23:34:49 +00:00
Dimitrie O. Paun
7e264690cf We don't need to dlopen the app module before the LoadLibrary(). 2003-04-09 23:34:19 +00:00
Vitaliy Margolen
da7d5ac699 Added more extended error codes. 2003-04-09 23:33:50 +00:00
Vitaliy Margolen
7ea1033d50 Add and fix a few stubs to return correct error. 2003-04-09 23:33:35 +00:00
Vincent Béron
2f1e412e8d Keep README.fr in sync. 2003-04-09 23:32:16 +00:00
Alexandre Julliard
6d12991f0d Release 20030408. 2003-04-08 23:37:38 +00:00
Alexandre Julliard
c0e1304180 Updated URLs. 2003-04-08 22:39:29 +00:00
Rok Mandeljc
61035c8fbb Added stubs for all dmusic interfaces. 2003-04-08 21:42:00 +00:00
Juraj Hercek
690f89a675 Fixed tagLVDISPINFO definition. 2003-04-08 20:49:01 +00:00
Juraj Hercek
8df180a624 Fixed generation of makefiles and wrapper files when "--wrap" option
is used.
2003-04-08 19:42:30 +00:00
Rein Klazes
6de2696ec5 Only log the parameters of tapiGetLocationInfo as addresses, as output
parameters they probably point to garbage.
2003-04-08 19:42:06 +00:00
Rein Klazes
26b2e89812 Compare the two items in LISTBOX_FindStringPos() in the same order as
in Windows.
2003-04-08 19:41:52 +00:00