- 27 Feb, 2006 16 commits
-
-
Eric Pouech authored
- made be_process_io references 'const' - make use of it for dbg_read_memory and dbg_write_memory
-
Eric Pouech authored
Move all code related to an 'active' target (ie a running process) from winedbg.c to tgt_active.c.
-
Eric Pouech authored
ClearCommError should only deal with *communication* errors (are being seen on the serial interface) rather than API errors (which can be reported to the caller by the API itself). I then removed all the stuff related to storing the error status in the server object.
-
Andrew de los Reyes authored
-
Hamza Lakhani authored
-
Peter Beutner authored
There are no red/green/blue bitmasks with color depth==8bpp. In that case always match against the whole byte.
-
H. Verbeet authored
it adds a reference to the device that shouldn't be there.
-
Roderick Colenbrander authored
Oliver Stieber).
-
Hans Leidekker authored
Handle wildcard address family hint in getaddrinfo. Convert flags too in getnameinfo.
-
Henning Gerhardt authored
-
Saulius Krasuckas authored
-
Michael Jung authored
Test if the Desktop Folder's ParseDisplayName recognizes MyDocument's path. Removed some HRESULT tests on IUnknown_Release calls, which returns ULONG.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 24 Feb, 2006 24 commits
-
-
Vitaly Lipatov authored
-
Alexander N. Sørnes authored
-
Vitaly Lipatov authored
-
Phil Krylov authored
-
Francois Gouget authored
-
Francois Gouget authored
Update win32.api.
-
Francois Gouget authored
Tweak the getnameinfo() prototype to better match the Windows PSDK and the GetNameInfoW() prototype. Update win32.api.
-
Francois Gouget authored
Add a missing sfc.dll prototype. Add an sfc.dll section to win32.api for winapi_check.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the shutdown is proceeding.
-
Francois Gouget authored
It is 0 that denotes an infinite timeout for the wine server now, not -1 (INFINITE). Document put_message_in_queue()'s check for INFINITE (done for backwards compatibility with Windows 9x).
-
Francois Gouget authored
- Use 0 to get an infinite timeout with SendMessageTimeoutW(). - Use SendMessageTimeoutW() to send the WM_ENDSESSION messages too so we don't get stuck if a process is hung. - Only send WM_ENDSESSION to windows that received a WM_QUERYENDSESSION message. Also better mimick the Windows behavior.
-
Jeff Latimer authored
Set values for pwLogClust, uJustification and fClusterStart similar to what Windows uses.
-
Alexandre Julliard authored
registry entry to make it easier to use.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Juan Lang authored
on the internal format of a certificate.
-
Juan Lang authored
- implement CryptEnumOIDInfo and CryptFindOIDInfo - implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
-
Detlef Riekenberg authored
service running.
-
Vitaly Lipatov authored
-
Robert Shearman authored
If local-server or local-service activation doesn't work in CoGetClassObject then fallthrough instead of returning from the function.
-