Commit b1eeaa65 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

Revert "winevdm: Enable visual styles.".

This reverts commit f304b2ae. 16-bit applications don't use themed controls even if theming is on. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51583 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51802Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 586ae944
MODULE = winevdm.exe
IMPORTS = user32 kernel comctl32
IMPORTS = user32 kernel
EXTRADLLFLAGS = -mwindows
......
......@@ -29,7 +29,6 @@
#include "wine/winbase16.h"
#include "winuser.h"
#include "wincon.h"
#include "commctrl.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winevdm);
......@@ -448,8 +447,6 @@ int main( int argc, char *argv[] )
char *cmdline, *appname, **first_arg;
char *p;
InitCommonControls();
if (!argv[1]) usage();
if (!strcmp( argv[1], "--app-name" ))
......
<?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.Winevdm" 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>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment