Zhiyi Zhang : winedbg: Enable visual styles.

Alexandre Julliard julliard at winehq.org
Wed Jun 16 16:26:23 CDT 2021


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Wed Jun 16 10:33:41 2021 +0800

winedbg: Enable visual styles.

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

---

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

diff --git a/programs/winedbg/winedbg.manifest b/programs/winedbg/winedbg.manifest
new file mode 100644
index 00000000000..5061d141f16
--- /dev/null
+++ b/programs/winedbg/winedbg.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.Winedbg" 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/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
index 7ad7686d28a..af0018c3cf2 100644
--- a/programs/winedbg/winedbg.rc
+++ b/programs/winedbg/winedbg.rc
@@ -75,3 +75,6 @@ BEGIN
     DEFPUSHBUTTON   "Close", IDOK, 326, 320, 70, 16, WS_TABSTOP
     PUSHBUTTON      "&Save As...", ID_SAVEAS, 252, 320, 70, 16, WS_TABSTOP
 END
+
+/* @makedep: winedbg.manifest */
+1 RT_MANIFEST winedbg.manifest




More information about the wine-cvs mailing list