- Feb 28, 1999
-
-
Alexandre Julliard authored
-
- removed a couple of unneeded stdlib.h and stdio.h includes
-
Alexandre Julliard authored
obfuscated pointer.
-
used with Borland C++ 4.52, but should be easy to adapt to Winelib by whoever feels like it; I haven't, I just released this useful test app in case it would benefit other developers.
-
tester app gave under real Windows for various events. It was useful for some of my debugging at least, perhaps it could be of some use to other Wine GUI debuggers as well.
-
needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf' defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c needs "winuser.h".
-
and .PIF files.
-
-
LoadModule16/LoadLibrary16 reorganization.
-
- 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.
-
- Implemented other stubs associated with keyboard layout: GetKeyboardLayoutNameA, ActivateKeyboardLayout, LoadKeyboardLayout[AW], GetKeyboardLayoutList.
-
-
-
-
-
- some debug messages clean-up (replaced fprintfs by DUMPs)
-
-
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.
-
-
-
stacked last finished after the message stacked first.
-
-
keyboard accelerators. Fixes problems with dialogs with tab boxes.
-
call.
-
STGM_CREATE should translate to CREATE_ALWAYS.
-
- Feb 26, 1999
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
standard Windows names.
- Feb 25, 1999
-
-
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.
-