- Feb 26, 1999
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
standard Windows names.
-
- Feb 25, 1999
-
-
Alexandre Julliard 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>.
-
header files.
-
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.
-
-
irefCount in wnd struct.
-
-
ocidl.h separated into somewhat relevant obj_* files.
-
-
-
-
- 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.
-
-
-
Removed a redundant include. Added some c++ protection.
-
- Feb 24, 1999
-
-
-
-
-
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.
-
prototypes.
-
-
later.
-
(Interrupt list did not have correct.)
-
-
-
-
-
-
-
- Feb 22, 1999
-
-
-
-
- changed some superflous FIXME
-
- rewrote IDropTarget according to the new COM headers (was local declared not using the already written prototypes) - corrected Drop method (wrong parameter count)
-
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.
-
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).
-