- Feb 19, 1999
-
-
-
-
MsgWaitForMultipleObject method to be called from 16 bit threads.
-
case it's sent to a window that doesn't handle it (i.e. not MDI client).
-
PARENTDC class style combined with CLIPCHILDREN window style, to prevent mis-redraws in Free Agent 16-bit.
-
-
needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
-
-
includes).
-
-
This makes it a 'const GUID*' which means DirectSoundCreate must not change it.
-
include/wine/obj_base.h)
-
- Feb 18, 1999
-
-
to support thread-safeness, and nested SendMessage. - Addition of ReplyMessage32.
-
-
Initialize values in the choose color dialog.
-
-
-
-
-
casts of all methods put in the jump table. I find it too risky to use such macros because nothing guarantees that you actually put the right method at the right place or that the prototype is right.
-
functions.
-
-
- Feb 17, 1999
-
-
-
-
of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not perfect but it's better than having it in 'include/objbase.h'.
-
format string and the associated parameters (actually it's mostly TRACE and FIXMEs).
-
mciLoadCommandResource32: second arg is wide string mciGetDriverData: spec has just one long argument
-
-
The VS_VERSION_INFO is a simple define and would cause confusion. Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
-
was successful.
-
this .h file, but only those. Necessary fixes to a lot of .c files, started optimizing "windows.h" away from some of them. Moved GetCurrentTask prototype to wine/winbase16.h.
-
-
to comply with windows API.
-
created with the CS_OWNDC style and the mapping mode is not MM_TEXT, in which case the result should be in logical coordinates.
-
-
compatibility with C code implementating that interface.
-
able to modify it.
-
Destructor, AddRef, Release and QueryInterface methods.
-
-
- Feb 15, 1999
-
-