- 26 Feb, 1999 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
standard Windows names.
-
- 25 Feb, 1999 17 commits
-
-
Alexandre Julliard authored
-
Albert den Haan authored
their file names. The "." causes trouble when the file name is used as the class name for an X resource as wine does for command line parsing under X.
-
Alexandre Julliard authored
GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
-
David Luyer authored
header files.
-
Adam the Jazz Guy authored
which uses my bug_report.pl script. Added info on a command that can be run on all shells to print debug msgs to a file and not to xterm.
-
Marcus Meissner authored
-
Francois Boisvert authored
irefCount in wnd struct.
-
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 1 commit
-
-
Alexandre Julliard authored
Removed a few unused fields in PDB and THDB.
-