Alexandre Julliard
498b781e23
server: Store the actual process count in snapshots.
...
We can't rely on running_processes for that, since it now also counts
processes waiting for SIGKILL and those aren't included in snapshots.
2006-08-15 20:31:54 +02:00
Alexandre Julliard
68eddac14b
user/tests: Fix a compiler warning, and remove some useless casts.
2006-08-15 19:50:34 +02:00
Alexandre Julliard
c6d9577017
ntdll: Default to native loadorder for the main exe if not in system directory.
...
Unlike dlls, executables can have the same name without necessarily
being the same application, so defaulting to native is more likely to
do the right thing.
2006-08-15 19:48:08 +02:00
Paul Vriens
f2f44de6dc
kernel/tests: Wrong error code checked.
2006-08-15 19:26:07 +02:00
Paul Vriens
2bd9c59c49
setupapi: Make tests loadable again on NT4.
2006-08-15 19:25:58 +02:00
Paul Vriens
c73e577c9a
winerror.h: Added an error code.
2006-08-15 19:24:55 +02:00
Paul Vriens
80df5324ba
wintrust: Added stubbed WintrustLoadFunctionPointers.
2006-08-15 19:24:49 +02:00
Mike McCormack
b5871fa512
infosoft: Add a test for the language neutral word breaker.
2006-08-15 19:24:43 +02:00
Alexander Nicolaysen Sørnes
5d264f2212
winecfg: Improve wording of virtual desktop explanation.
2006-08-15 19:24:23 +02:00
Dmitry Timoshkov
c7ae07adf4
ddraw: Do not report DDCAPS_OVERLAY and friends since overlays are not supported.
2006-08-15 19:24:19 +02:00
Alexandre Julliard
65c9113e8f
relpath: Properly handle a "." directory name.
2006-08-15 17:32:41 +02:00
Jeff Latimer
dd8f067fb0
usp10: Remove unnecessary casts in test suite.
2006-08-15 13:32:11 +02:00
Juan Lang
b633d6a382
crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine.
2006-08-15 12:57:37 +02:00
Juan Lang
fd3fcc0bdd
crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine.
2006-08-15 12:57:30 +02:00
Alexandre Julliard
dd0340ef0a
loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now.
2006-08-15 12:57:25 +02:00
Alexandre Julliard
bdeeabeb28
configure: Disable optimization on MacOS because of gcc bug.
2006-08-15 12:56:33 +02:00
Alexandre Julliard
42b81ea006
configure: Use a platform name check for MacOS shared library support,
...
it's completely different from the others anyway.
2006-08-15 12:55:25 +02:00
Alexandre Julliard
e533e972bf
configure: Moved the library checks after the function checks to avoid code duplication.
2006-08-15 12:11:30 +02:00
Kai Blin
24b680d3f1
secur32: Fix typo in ISC flags.
2006-08-15 11:54:46 +02:00
Kai Blin
cc17d97d23
secur32: Add handling of feature flags and session key to AcceptSecurityContext.
2006-08-15 11:54:39 +02:00
Kai Blin
fe43d5d484
secur32: Copy helper buffer to output buffer before reusing helper buffer.
2006-08-15 11:42:55 +02:00
Dan Hipschman
47519f08a7
widl: Pass the right size to MIDL_memset in generated proxy code.
2006-08-15 11:42:50 +02:00
James Hawkins
75cc5f1e5e
msi: Non-compressed files may come before the list of compressed files in the file sequence.
2006-08-15 11:42:44 +02:00
Andrew Talbot
64db35a993
cabinet/tests: Write-strings warnings fix.
2006-08-15 11:42:36 +02:00
Andrew Talbot
eed737ea8f
dnsapi/tests: Write-strings warnings fix.
2006-08-15 11:42:30 +02:00
Eric Pouech
9e9f8af552
winedbg: Correctly protect system inclusion (needed for Mingw compilation).
2006-08-15 11:42:16 +02:00
Alexandre Julliard
1089260f29
configure: Only link against libpoll where really necessary.
2006-08-15 11:41:59 +02:00
Paul Vriens
6f872e5313
wintrust: Added stubbed WintrustRemoveActionID.
2006-08-14 20:49:18 +02:00
Frank Richter
b3399ad2e4
user: Fix SPI_SETICONTITLELOGFONT to check for LOGFONTW size.
2006-08-14 20:49:12 +02:00
Frank Richter
e1e02dfcc2
user: Initialize size of nonclients struct in load_nonclient_metrics.
2006-08-14 20:49:05 +02:00
Alexandre Julliard
946b84d96c
libwine: Also set the current library version for MacOS.
2006-08-14 20:45:32 +02:00
Alexandre Julliard
78bd1948a6
configure: Suppress multiple definitions warnings from the MacOS linker.
2006-08-14 20:42:56 +02:00
Alexandre Julliard
3a4c04dce4
server: Make sure to completely kill processes before returning from a wineserver -k.
2006-08-14 20:40:31 +02:00
Alexandre Julliard
68e850e602
server: Send a SIGKILL to processes that don't terminate properly.
2006-08-14 20:19:42 +02:00
Mike McCormack
6c8259fb31
ole32: Avoid a warning for VT_FILETIME in PropVariantCopy.
2006-08-14 20:17:11 +02:00
Eric Pouech
bd9ba7ec37
winedbg: Fixed the symbol lookup so that it can really find _foo when looking for foo.
2006-08-14 20:17:11 +02:00
Eric Pouech
84650ebbb2
winedbg: Native dbghelp can modify the passed debug context in StackWalk, so guard against it.
2006-08-14 20:17:11 +02:00
Eric Pouech
588589b8de
winedbg: Don't ask for module inspection when calling SymInitialize.
2006-08-14 20:17:11 +02:00
Kai Blin
13050ac11f
secur32: Clean up AcceptSecurityContext (reduce indent and duplication).
2006-08-14 20:17:10 +02:00
Frank Richter
11211bf940
uxtheme: Set non-client metrics from theme.
2006-08-14 20:17:10 +02:00
Frank Richter
3e4bdad4a3
uxtheme: Split color handling out of MSSTYLES_ParseThemeIni into smaller helper functions.
2006-08-14 20:17:10 +02:00
Frank Richter
f34412b957
uxtheme: Enable gradient captions if a theme provides colors for them.
2006-08-14 20:17:10 +02:00
Shachar Shemesh
67a0c69499
fonts: Add Hebrew to the system font.
2006-08-14 20:17:10 +02:00
Mike McCormack
9c5c063ebf
oleaut32: Put the HeapFree back in the right place.
2006-08-14 20:17:10 +02:00
Mike McCormack
c8572a5e43
ole32: Use PropVariantInit instead of memset.
2006-08-14 20:17:10 +02:00
Robert Reif
dd66a69614
include: Add dsgetdc.h.
2006-08-14 20:17:10 +02:00
Robert Reif
b0498a76e0
advapi32: Move duplicated code into function.
2006-08-14 20:17:09 +02:00
Robert Reif
70071af6ad
advapi32: Try again with different access mask if LsaOpenPolicy fails with STATUS_ACCESS_DENIED.
2006-08-14 20:17:09 +02:00
Kai Blin
c22e98fad0
secur32: Fix heap error.
2006-08-14 12:15:03 +02:00
Kai Blin
3cf9c85f83
secur32: Add handling for SECPKG_CONTEXT_FLAGS to QueryContextAttributes, unify indentation.
2006-08-14 11:58:57 +02:00