- 24 Dec, 1998 19 commits
-
-
Ove Kaaven authored
activating a dosmod-specific setitimer(), and the capture of some common signals, which is returned to Wine (previously a SIGILL would just cause a "dosmod sync lost" without explanation, now it invokes the Wine debugger). Invokes int 08 upon receipt of dosmod SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls be reported by -debugmsg +relay instead of -debugmsg +int. And fixed non-i386 compilation of dosmod. (Anything else?!)
-
Ulrich Weigand authored
-
Ulrich Weigand authored
-
Ulrich Weigand authored
Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
-
Ulrich Weigand authored
UserYield moved to USER.
-
Ulrich Weigand authored
Callbacks->CallPostAppMessageProc removed.
-
Ulrich Weigand authored
(removed reference to MESSAGEQUEUE from KERNEL code). Handle Expose events with native USER.
-
Andreas Mohr authored
-
Rein Klazes authored
-
Rein Klazes authored
-
Marcus Meissner authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
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 3 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
-