- 05 Dec, 2005 7 commits
-
-
Alexander N. Sørnes authored
-
Patrick Ammann authored
- make netconnection.c compile when HAVE_OPENSSL_SSL_H or HAVE_OPENSSL_ERR_H are not defined.
-
Eric Pouech authored
- properly handle drivers unloading when no session instance of the driver has been created
-
Eric Pouech authored
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the type of the symbol (we were returning the symbol index instead) - fixed winedbg accordingly
-
Michael Stefaniuc authored
-
Milko Krachounov authored
-
Marcus Meissner authored
Added IPPROTO_IP and AF_UNSPEC to the mappers.
-
- 03 Dec, 2005 17 commits
-
-
Robert Shearman authored
Add support for reading the hreftype of a typeinfo, return it to the application in ITypeComp_Bind for the DESKIND_APPOBJECT case and support referencing it in ITypeInfo_GetRefTypeInfo.
-
Robert Shearman authored
Correctly get the name of the second function of a propget/propput pair in MSFT typelibs when the name offset is set to -1.
-
Robert Shearman authored
Fix invoking dispinterface functions by using the internal representation of the function, not the one returned to applications.
-
H. Verbeet authored
-
H. Verbeet authored
Remove an unnecessary cast.
-
Robert Shearman authored
return the FUNCDESC to the user.
-
Robert Shearman authored
function fails.
-
Eric Pouech authored
-
H. Verbeet authored
already recording.
-
Pavel Roskin authored
-
Vincent Béron authored
-
Robert Shearman authored
The INVOKE_PROPERTYGET flag shouldn't affect binding to variables; it should just affect which of a pair of [propget] and [propput] functions should be returned.
-
Robert Shearman authored
Make some functions and a structure static since they are only used in one file.
-
Eric Pouech authored
printing in backtrace.
-
Eric Pouech authored
-
Aric Stewart authored
In at least both win2k and winxp mkdir from the command prompt can recursively create full directory paths. This implements that functionality.
-
Aric Cyr authored
dlls/opengl32/wgl.h is now empty and no longer needed.
-
- 02 Dec, 2005 16 commits
-
-
Francois Gouget authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Jacek Caban authored
-
Francois Gouget authored
-
Vincent Béron authored
in RPC _Stubs. Add IRpcStubBuffer and IRpcChannelBuffer declarations to objbase.h.
-
Vincent Béron authored
in widl header output.
-
Vincent Béron authored
-
Francois Gouget authored
Also make it return FALSE to indicate failure instead of E_FAIL. Define AtlAxWinInit() and AtlAxCreateControl() in atliface.idl.
-
Francois Gouget authored
Update win32.api.
-
Francois Gouget authored
-
Francois Gouget authored
Update win32.api.
-
Francois Gouget authored
Add SymGetModuleInfoW64() and SymLoadModule64().
-
Michael Jung authored
-