[version/tests/info.c] Correct some comments

Paul Vriens Paul.Vriens at xs4all.nl
Mon Oct 17 12:10:13 CDT 2005


Hi,

just an update to some of the comments.

Changelog
  Wine's behavior is correct now.

Cheers,

Paul.

Index: dlls/version/tests/info.c
===================================================================
RCS file: /home/wine/wine/dlls/version/tests/info.c,v
retrieving revision 1.17
diff -u -p -r1.17 info.c
--- dlls/version/tests/info.c   13 Sep 2005 15:00:32 -0000      1.17
+++ dlls/version/tests/info.c   17 Oct 2005 17:09:35 -0000
@@ -276,10 +276,8 @@ static void test_32bit_win(void)
 #endif
     } VS_VERSION_INFO_STRUCT32;

-    /* If we call GetFileVersionInfoA on a system that supports Unicode (NT/W2K/XP/W2K3 by default)
-     * then the versioninfo will contain Unicode strings.
-     * Wine however always converts a VersionInfo32 to VersionInfo16 when called through GetFileVersionInfoA
-     * regardless of Windows version
+    /* If we call GetFileVersionInfoA on a system that supports Unicode, NT/W2K/XP/W2K3 (by default) and Wine,
+     * the versioninfo will contain Unicode strings.
      * Part of the test is to call both the A and W versions, which should have the same Version Information
      * for some requests, on systems that support both calls.
      */





More information about the wine-patches mailing list