Zhiyi Zhang : wineboot: Enable visual styles.

Alexandre Julliard julliard at winehq.org
Thu Jun 10 16:04:52 CDT 2021


Module: wine
Branch: master
Commit: b99da49a7510ce42e583a31ed4dc3e55a9388902
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b99da49a7510ce42e583a31ed4dc3e55a9388902

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Thu Jun 10 11:04:49 2021 +0800

wineboot: Enable visual styles.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/wineboot/wineboot.manifest | 16 ++++++++++++++++
 programs/wineboot/wineboot.rc       |  3 +++
 2 files changed, 19 insertions(+)

diff --git a/programs/wineboot/wineboot.manifest b/programs/wineboot/wineboot.manifest
new file mode 100644
index 00000000000..6e5892ae6ac
--- /dev/null
+++ b/programs/wineboot/wineboot.manifest
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity type="win32" name="Wine.Wineboot" version="0.0.0.0"/>
+<dependency>
+    <dependentAssembly>
+        <assemblyIdentity
+            type="win32"
+            name="Microsoft.Windows.Common-Controls"
+            version="6.0.0.0"
+            processorArchitecture="*"
+            publicKeyToken="6595b64144ccf1df"
+            language="*"
+        />
+    </dependentAssembly>
+</dependency>
+</assembly>
diff --git a/programs/wineboot/wineboot.rc b/programs/wineboot/wineboot.rc
index 93083c32b36..898926203db 100644
--- a/programs/wineboot/wineboot.rc
+++ b/programs/wineboot/wineboot.rc
@@ -45,3 +45,6 @@ BEGIN
     LTEXT "The Wine configuration in %s is being updated, please wait...",
           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
 END
+
+/* @makedep: wineboot.manifest */
+1 RT_MANIFEST wineboot.manifest




More information about the wine-cvs mailing list