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

oleview: Enable visual styles.

parent 026a6ff2
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
*/ */
#include "main.h" #include "main.h"
#include "commctrl.h"
#include "commdlg.h" #include "commdlg.h"
#include "shellapi.h" #include "shellapi.h"
...@@ -554,6 +555,8 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int ...@@ -554,6 +555,8 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int
MSG msg; MSG msg;
HANDLE hAccelTable; HANDLE hAccelTable;
InitCommonControls();
if(!InitApplication(hInst)) if(!InitApplication(hInst))
return FALSE; return FALSE;
......
<?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.Oleview" 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>
...@@ -222,5 +222,8 @@ IDA_OLEVIEW ACCELERATORS ...@@ -222,5 +222,8 @@ IDA_OLEVIEW ACCELERATORS
VK_F5, IDM_REFRESH, VIRTKEY VK_F5, IDM_REFRESH, VIRTKEY
} }
/* @makedep: oleview.manifest */
1 RT_MANIFEST oleview.manifest
/* @makedep: toolbar.bmp */ /* @makedep: toolbar.bmp */
IDB_TOOLBAR BITMAP toolbar.bmp IDB_TOOLBAR BITMAP toolbar.bmp
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