- Feb 28, 1999
-
-
- Removed instance data segment for all but NE modules. - Check binary type in CreateProcess before loading module. - Unix process creation moved from WinExec to CreateProcess. - Bugfix: fill in thdb->teb.htask16 member correctly.
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added inherit flag in create_mapping request.
-
structures. Also moved the SAFEARRAY definition (yet again) to the obj_oleaut.h file.
-
-
- Feb 26, 1999
-
-
Alexandre Julliard authored
standard Windows names.
- Feb 25, 1999
-
-
header files.
-
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.
-
later.
-
- Feb 22, 1999
-
-
-
- rewrote IDropTarget according to the new COM headers (was local declared not using the already written prototypes) - corrected Drop method (wrong parameter count)
-
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).
-
- Feb 21, 1999
-
-
Alexandre Julliard authored
Removed a few unused fields in PDB and THDB.
-
Alexandre Julliard authored
-
- Fix header and source files to include missing header files to avoid warnings and errors.
-
thread with multi-threaded apps.
-
- Feb 20, 1999
-
-
object. That object supports the IFont and IDispatch interfaces.
-
-
(Generic replacement for XtermResolution option...)
-
Alexandre Julliard authored
-
-
- Feb 19, 1999
-
-
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner, SetSecurityDescriptorSacl, GetSecurityDescriptorDacl - nt-header cleanup
-
PARENTDC class style combined with CLIPCHILDREN window style, to prevent mis-redraws in Free Agent 16-bit.
-
includes).
-
-
This makes it a 'const GUID*' which means DirectSoundCreate must not change it.
-
- Feb 18, 1999
-
-
to support thread-safeness, and nested SendMessage. - Addition of ReplyMessage32.
-