- 22 Feb, 1999 2 commits
-
-
Francois Gouget authored
Added the interface implementation structures. I remembered from an email that even when asked for a IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I considered that we would only implement the latter. The IDirectInputDeviceA_xxx methods have been renamed to IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A implementation as before. Renamed the implementation structures to XxxImpl.
-
Francois Gouget authored
Defined the IDirectInputDeviceA interface independently from IDirectInputDevice2A. Removed the 32 suffix of the interfaces. Hopefully this will not cause any problem with the renaming. Moved the implementation specific stuff to dinput.c (well, the interfaces at least).
-
- 21 Feb, 1999 9 commits
-
-
Alexandre Julliard authored
Removed a few unused fields in PDB and THDB.
-
Alexandre Julliard authored
Changed initial thread creation to avoid memory allocations. Moved server startup to THREAD_CreateInitialThread.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Michael Veksler authored
- Fix header and source files to include missing header files to avoid warnings and errors.
-
Marcus Meissner authored
wine_sigaction __PIC__ cases, since "g" will not work with -fomit-frame-pointer ("g" is referenced using %esp which was invalidated before). Bug found and (other) fix suggested by <daniel@mat.utfsm.cl> Daniel Serpell.
-
Marcus Meissner authored
-
Stephane Lussier authored
thread with multi-threaded apps.
-
- 20 Feb, 1999 16 commits
-
-
Francis Beaudet authored
object. That object supports the IFont and IDispatch interfaces.
-
Marcus Meissner authored
-
Joseph Pranevich authored
the new TerminalType option in wine.ini. This allows us to select which terminal type we are really using so that we can, for example, use its color capabilities.
-
Joseph Pranevich authored
(Generic replacement for XtermResolution option...)
-
Joseph Pranevich authored
-
Joseph Pranevich authored
-
Joseph Pranevich authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Bertho Stultiens authored
tools/wrc/CHANGES for details.
-
Marcus Meissner authored
correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
-
Zygo Blaxell authored
-
Francis Beaudet authored
-
- 19 Feb, 1999 13 commits
-
-
Martin Walker authored
-
Juergen Schmied authored
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner, SetSecurityDescriptorSacl, GetSecurityDescriptorDacl - nt-header cleanup
-
Huw D M Davies authored
-
Alexandre Julliard authored
-
Jeff Garzik authored
-
Uwe Bonnes authored
-
Francis Beaudet authored
MsgWaitForMultipleObject method to be called from 16 bit threads.
-
Ove Kaaven authored
case it's sent to a window that doesn't handle it (i.e. not MDI client).
-
Ove Kaaven authored
PARENTDC class style combined with CLIPCHILDREN window style, to prevent mis-redraws in Free Agent 16-bit.
-
Lawson A. Whitney authored
-
Ian Schmidt authored
needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
-
Ove Kaaven authored
-
Marcus Meissner authored
includes).
-