- 24 Dec, 1998 5 commits
-
-
Juergen Schmied authored
-
Juergen Schmied authored
reconstruction of the function.
-
Alexandre Julliard authored
-
Huw D M Davies authored
-
Marcus Meissner authored
-
- 18 Dec, 1998 18 commits
-
-
Douglas Ridgway authored
-
Andreas Mohr authored
by Ove Kaaven, which makes the code _much_ cleaner.
-
Todd Vierling authored
-
Ulrich Weigand authored
Bugfix: queue->hSendingTask is *queue* handle, not task handle.
-
François Gouget authored
Winelib.
-
Alex Priem authored
WM_SETFONT/GETFONT added. Some bug fixes. Use COMCTL32 heap instead of system heap.
-
Huw D M Davies authored
-
Adrian Harvey authored
points for the same functions as the Nt... function of the same names. Changed ntdll.spec to match this.
-
Ulrich Weigand authored
WINE_MODREF creation moved to one central location. Bugfix: correctly select native/built-in version if .DLL extension is missing in LoadLibrary call.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
MCI layer (required for open/close).
-
Eric Pouech authored
for pointing out the bug, see the fix in mcistring.c) Fixed MCI seeking on CD audio.
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
- 15 Dec, 1998 11 commits
-
-
Huw D M Davies authored
-
Todd Vierling authored
(run autoconf after this). Note that the check has been altered to break out of the AC_CHECK_HEADERS after the first match - this is so <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict with the emulated ossaudio. - check for <soundcard.h> along with the other two in a mutually-exclusive manner in the various *.c files that need it; change include of "mmsystem.h" to "multimedia.h" so this logic is all in one place - change mcicda.c to allow for CD audio manipulation on NetBSD. This includes: * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and neither splitting with #-directives nor a two-arg ioctl work; * changing the #if logic to allow both FreeBSD and NetBSD to share the appropriate code blocks - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI. Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
-
Dirk Thierbach authored
-
Juergen Schmied authored
does not end with '\'.
-
Paul Quinn authored
-
Todd Vierling authored
FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to mycroft@netbsd.org for doing this work!
-
Todd Vierling authored
assembler. Use the appropriate `.stabs' when on NetBSD.
-
Todd Vierling authored
Fixed some constants that are too big for a plain `int'.
-
Marcus Meissner authored
-
Todd Vierling authored
using --enable-dll.
-
Veksler Michael authored
-
- 14 Dec, 1998 6 commits
-
-
Marcus Meissner authored
Added async IO support to FILE and CONSOLE objects.
-
Stephen Langasek authored
null.
-
Juergen Schmied authored
-
Juergen Schmied authored
icon for files (by type) now.
-
Juergen Schmied authored
-
Ove Kaaven authored
RMcall shortcuts independent of dosmod. SS had been left out of the REALMODECALL copy routines for some reason, fixed now. Also cleaned up a few compiler warnings.
-