Francois Gouget
6415654f5f
If given the EWX_FORCE flag, ExitWindowsEx() should not send the
...
WM_{QUERY}ENDSESSION messages.
Add support for EWX_FORCEIFHUNG.
ExitWindowsEx() should return true if it succeeds, even if the user
cancels the shutdown.
2005-09-09 10:35:47 +00:00
Alexandre Julliard
20a1a203c6
Use a more portable scheme for storing the name of a critical
...
section.
2005-09-09 10:19:44 +00:00
Jacek Caban
5cd9c3f625
Make IQuickActivate interface heap based.
2005-09-09 10:05:40 +00:00
Ulrich Czekalla
4e8ec876f0
Display fccType as hex instead of characters in trace output.
2005-09-09 10:05:02 +00:00
Alexandre Julliard
e3be5642e6
Added a define check for __x86_64__.
2005-09-09 09:30:02 +00:00
Alexandre Julliard
14e70340e2
Fixed get_time_str definition to match the prototype.
2005-09-09 09:12:27 +00:00
Vincent Béron
ac3ac35f41
Update the win32.api file to current CVS.
2005-09-09 09:11:23 +00:00
Vincent Béron
a3e3b1e360
Use proper ifdefs around unistd.h.
2005-09-09 09:11:10 +00:00
Juan Lang
25cb6e081f
- call CertFreeCertificateContext from CertDeleteCertificateFromStore
...
- fix some ref counting problems
2005-09-09 09:09:45 +00:00
Jacek Caban
110cfa3428
Move protocol's CLSIDs to urlmon.idl.
2005-09-09 09:09:22 +00:00
Jacek Caban
ebcb86d10d
Added PARSE_PATH_FROM_URL action implementation.
2005-09-09 09:08:56 +00:00
Stefan Leichter
fa34635ce9
Added version resource to urlmon.dll.
2005-09-09 09:08:41 +00:00
Alexandre Julliard
c7d649483b
Define GET_IP for x86_64.
2005-09-08 19:17:04 +00:00
Alexandre Julliard
ee7d27a7bf
Implemented wine_switch_to_stack for x86_64.
2005-09-08 19:16:12 +00:00
Alexandre Julliard
6f163b56b5
Avoid 'clobbered by longjmp' warnings.
2005-09-08 18:59:52 +00:00
Dmitry Timoshkov
cdd9a4a5b4
Rename Wine fonts to match Windows font names.
2005-09-08 18:56:59 +00:00
Hans Leidekker
8be6ee3653
Implement ldap_create_sort_control*.
2005-09-08 18:56:22 +00:00
Juan Lang
300c10a3b7
- implement system stores
...
- remove an intermittently failing registry test
2005-09-08 18:56:14 +00:00
Jacek Caban
09d9f4293c
Make IProvideClassInfo2 interface heap based.
2005-09-08 18:55:50 +00:00
Ulrich Czekalla
613cf57872
ckid not fccType specifies the form type to search for.
2005-09-08 18:55:33 +00:00
Jacek Caban
1103e716bd
Release BINDINFO in *Protocol::Start.
2005-09-08 18:55:18 +00:00
Huw Davies
95a2cead20
Fix return value of ExtTextOut in the case when count == 0.
2005-09-08 18:55:07 +00:00
Dmitry Timoshkov
4cc1c14005
Pass a locally modified version of SHELLEXECUTEINFO to
...
IShellExecuteHookW_Execute, this should pass through at least
sei_tmp.nShow retrieved from an .lnk file (fStartup).
2005-09-08 18:54:52 +00:00
Dmitry Timoshkov
f861818081
Dump more .lnk file header fields.
2005-09-08 18:54:32 +00:00
Dmitry Timoshkov
8feb70aa01
- Stop using a not initialized variable szTemp in
...
_dbg_ILSimpleGetText, make _dbg_ILSimpleGetText return no value since
nobody is using it.
- Stop dereferencing a possible NULL in pdump since
_dbg_ILGetDataPointer can potentially return NULL (for instance for
root or desktop pidl).
- Make shdebugstr_guid use standard wine_dbg_sprintf instead of the
handmade solution.
2005-09-08 18:54:03 +00:00
Alexandre Julliard
7873573738
Fixed a comment.
2005-09-08 12:42:51 +00:00
Mike McCormack
5c1212261f
Allocate memory rather than using fixed length buffers.
2005-09-08 12:42:31 +00:00
Mike McCormack
0232c5c45f
Convert RunningActions array into a list.
2005-09-08 12:42:07 +00:00
Huw Davies
2014da26fc
Have ExtTextOut call into the font linking mechanism.
...
GetCharWidth, GetCharABCWidths and GetTextExtentPoint should return
the widths of a linked font's glyphs.
2005-09-08 12:40:20 +00:00
Phil Krylov
4e414963ed
Added typedefs SQLWCHAR and SQLTCHAR.
2005-09-08 12:39:47 +00:00
Alexandre Julliard
43bd5512c3
Added support for 64-bit format NT header and export/import tables.
2005-09-08 11:35:19 +00:00
Alexandre Julliard
38673cc01d
Avoid a couple of 'clobbered by longjmp' warnings.
2005-09-08 11:27:26 +00:00
Mike McCormack
fe1ec78841
Fix gcc 4.0 warnings.
2005-09-08 11:04:53 +00:00
Alexandre Julliard
b4c69e0f12
Fix a file descriptor leak when opening the first file on a removable
...
device.
2005-09-08 11:04:34 +00:00
Mike McCormack
b3b5ab8977
Improve a fixme message a little.
2005-09-08 11:04:03 +00:00
Mike McCormack
6db7f82539
- fix a bug introduced by the progid list conversion
...
- make a fixme a little less alarmist
2005-09-08 11:03:55 +00:00
Mike McCormack
41a04cc0de
Fix memory leaks.
2005-09-08 11:03:45 +00:00
Mike McCormack
72faac0d2f
Remove an unnecessary level of indent.
2005-09-08 11:03:35 +00:00
Mike McCormack
9cbe09be06
Fix memory leaks in custom actions.
2005-09-08 11:03:18 +00:00
Christian Costa
434fbc5144
Improve midi trace.
2005-09-08 11:02:48 +00:00
Ge van Geldorp
94dc00c558
Fix NdrServerContextMarshall prototype.
2005-09-08 11:02:38 +00:00
Ulrich Czekalla
ee934ffadd
Remove redundant check.
2005-09-08 11:02:15 +00:00
Jacek Caban
e5b5eb693a
Make IPersist* interfaces heap based.
2005-09-08 11:01:57 +00:00
Jacek Caban
2312fdeba4
Added ReleaseBindInfo implementation.
2005-09-08 11:01:46 +00:00
Ge van Geldorp
ff59efe870
Fix DllCanUnloadNow prototype.
2005-09-08 11:01:27 +00:00
Hans Leidekker
907be53beb
Implement ldap_control_free*, ldap_controls_free* and
...
ldap_free_controls*.
2005-09-08 11:01:08 +00:00
Juan Lang
1cf56599bd
Implement system registry stores.
2005-09-08 11:00:51 +00:00
Juan Lang
e385fc5c99
Convert a few more constants from strings to byte arrays.
2005-09-08 11:00:24 +00:00
Alexandre Julliard
c382ed06d3
Added a bit of framework for future x86_64 support.
2005-09-07 13:31:37 +00:00
Michael Jung
c72d13291a
Removed two todo_wine's around tests that meanwhile succeed on wine.
2005-09-07 13:28:49 +00:00