- 25 Feb, 1999 10 commits
-
-
Michael Veksler authored
-
Paul Quinn authored
ocidl.h separated into somewhat relevant obj_* files.
-
Michael Veksler authored
-
Michael Veksler authored
-
Pavel Roskin authored
-
Adrian Thurston authored
- Put the implementation of the object in the contmenu.c. - Make appropriate name changes in contmenu.c.
-
Alexandre Julliard authored
Modifies parameter list of a couple of functions to comply with SDK.
-
Pascal Lessard authored
-
Adrian Thurston authored
-
Adrian Thurston authored
Removed a redundant include. Added some c++ protection.
-
- 24 Feb, 1999 14 commits
-
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Ulrich Weigand authored
context of the new process (in TASK_CallToStart). Changed all PE/Module routines so as to always operate on the current process; adapted all callers.
-
Marcus Meissner authored
prototypes.
-
Joseph Pranevich authored
later.
-
Joseph Pranevich authored
(Interrupt list did not have correct.)
-
Lionel Ulmer authored
-
Thuy Nguyen authored
-
Thuy Nguyen authored
-
Huw D M Davies authored
-
Stephane Lussier authored
-
Sylvain St.Germain authored
-
- 22 Feb, 1999 6 commits
-
-
Zygo Blaxell authored
-
Marcus Meissner authored
-
Juergen Schmied authored
- changed some superflous FIXME
-
Juergen Schmied authored
- rewrote IDropTarget according to the new COM headers (was local declared not using the already written prototypes) - corrected Drop method (wrong parameter count)
-
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 1 commit
-
-
Francis Beaudet authored
object. That object supports the IFont and IDispatch interfaces.
-