- 18 Dec, 1998 9 commits
-
-
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 19 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.
-
Ian Pilcher authored
with DefaultSerif and DefaultSansSerif INI keys.
-
Bertho Stultiens authored
size and a long with the directory size. - Killed an annoying warning since version 1.0.0 in parser.y about a var being used before init.
-
Juergen Schmied authored
IClassFactorys.
-
Marcus Meissner authored
(WriteConsoleOutput): bug fixed (attributes may change within lines) and enhanced speedwise by using buffering. (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
-
Marcus Meissner authored
-
Marcus Meissner authored
MessageBoxes.
-
Ian Schmidt authored
the pointer.
-
Stephen Crowley authored
when the last DirectDraw_Release is called. Also fix a problem where the viewport wasn't set to 0,0.
-
Joseph Pranevich authored
-
NF Stevens authored
-
Huw D M Davies authored
Stop slant field becoming wildcarded too early.
-
Marcus Meissner authored
-
Huw D M Davies authored
Remove unnecessary WINAPI's.
-
- 11 Dec, 1998 1 commit
-
-
Alexandre Julliard authored
-