Rob Shearman : kernel32: Change the shared manifest test to depend on a build number that isn' t currently published on at least XP, showing that assemblies with higher build numbers can be used.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 08:16:16 CST 2007


Module: wine
Branch: master
Commit: 361a98c5610543672bdfb0dd3eabc946497d620a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=361a98c5610543672bdfb0dd3eabc946497d620a

Author: Rob Shearman <rob at codeweavers.com>
Date:   Thu Nov 22 19:10:56 2007 +0000

kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used.

---

 dlls/kernel32/tests/actctx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/actctx.c b/dlls/kernel32/tests/actctx.c
index 643128d..40f8b6e 100644
--- a/dlls/kernel32/tests/actctx.c
+++ b/dlls/kernel32/tests/actctx.c
@@ -75,7 +75,7 @@ static const char manifest4[] =
 "<dependency>"
 "<dependentAssembly>"
 "<assemblyIdentity type=\"win32\" name=\"Microsoft.Windows.Common-Controls\" "
-    "version=\"6.0.0.0\" processorArchitecture=\"x86\" publicKeyToken=\"6595b64144ccf1df\">"
+    "version=\"6.0.1.0\" processorArchitecture=\"x86\" publicKeyToken=\"6595b64144ccf1df\">"
 "</assemblyIdentity>"
 "</dependentAssembly>"
 "</dependency>"




More information about the wine-cvs mailing list