Ove Kaaven
|
daffdb622a
|
Added missing AddRef.
|
2003-04-19 02:49:15 +00:00 |
Michal Janusz Miroslaw
|
eaee47e755
|
Fixed typo in comment.
|
2003-04-19 02:48:34 +00:00 |
Vincent Béron
|
5d730664da
|
Terminate the lfind inline function.
|
2003-04-19 02:48:10 +00:00 |
Vincent Béron
|
d3ac422e1c
|
Change the version of win2k to SP3.
Change the version of XP to SP1.
Modify values of XP according to a post by Philipp Wollermann.
|
2003-04-19 02:47:56 +00:00 |
Dimitrie O. Paun
|
45864a7775
|
Add -fo as a synonym for -o, for compatibility with rc.
Line up help message, cleanup some error messages.
|
2003-04-19 02:47:28 +00:00 |
Michal Janusz Miroslaw
|
9786b058df
|
On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
not a directory.
|
2003-04-19 02:47:08 +00:00 |
Alexandre Julliard
|
9aee7c605d
|
Yet another attempt at fixing the htonl functions.
|
2003-04-17 02:47:17 +00:00 |
Alexandre Julliard
|
1b41cdf3d1
|
Fixed alloca handling the way mingw does it (reported by Vincent
Béron).
|
2003-04-17 02:40:21 +00:00 |
Alexandre Julliard
|
150cd5a784
|
Avoid local WINAPI function pointers in _invoke.
|
2003-04-17 02:20:52 +00:00 |
Rolf Kalbermatter
|
468494cb83
|
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
from ILGetDisplayNameAW and ILGetDisplayNameExAW.
|
2003-04-17 02:18:33 +00:00 |
Christian Costa
|
7f1250e5cf
|
Handle creation of a depth/stencil buffer when creating a device.
Implement IDirect3D8DeviceImpl_GetDepthStencilBuffer.
|
2003-04-17 02:16:07 +00:00 |
Michael Stefaniuc
|
7d77d77d71
|
mbtowc returns -1 if we can't find a valid multibyte char in the non
NULL source string.
|
2003-04-17 02:15:03 +00:00 |
Martin Fuchs
|
6a7d463ca6
|
Fixes for SystemTimeToTzSpecificLocalTime() and
TzSpecificLocalTimeToSystemTime().
|
2003-04-17 02:14:38 +00:00 |
Bill Medland
|
3f7c3ff76e
|
Fix for client accessing a named pipe after the server closes it.
|
2003-04-17 02:14:04 +00:00 |
Michal Janusz Miroslaw
|
ac1d1056d4
|
Refuse to read non-block device set in config.
Avoid blocking on open if user sets device to unconnected pipe.
|
2003-04-17 02:13:01 +00:00 |
Uwe Bonnes
|
0de21b651e
|
FindFirstFile on root directory should fail.
|
2003-04-17 02:10:04 +00:00 |
Alexandre Julliard
|
3dddc114cf
|
Fall back to kill() if the kernel doesn't support tkill().
|
2003-04-16 23:34:05 +00:00 |
Alexandre Julliard
|
d6da1f33ab
|
Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
Implemented RtlUpcaseUnicodeStringToCountedOemString.
|
2003-04-16 23:15:29 +00:00 |
Sylvain Petreolle
|
2c76bc1ce6
|
- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.
|
2003-04-16 23:12:07 +00:00 |
Rein Klazes
|
82b0a13cab
|
Fix the path of keyboard.c inside a FIXME log statement.
|
2003-04-16 23:10:21 +00:00 |
Uwe Bonnes
|
0f6f92ec86
|
Don't use a hex number for the event in the default string.
|
2003-04-16 23:09:59 +00:00 |
Thomas Mertes
|
639362bfb0
|
Change c2man that it works with the new format of the spec files
(without exported name).
|
2003-04-16 23:09:28 +00:00 |
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 |