- support for Windows XP/2003 style common controls added
(from patch.win32-vitaly-vorobyov)
This commit is contained in:
parent
1bac9675f1
commit
3650e8c8ba
22
bochs/build/win32/bochs.manifest
Normal file
22
bochs/build/win32/bochs.manifest
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="2.2.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="Bochs.Bochs.Bochs"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Quartus</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
@ -1,8 +1,12 @@
|
||||
#define ISOLATION_AWARE_ENABLED
|
||||
#include <windows.h>
|
||||
#include "gui\win32res.h"
|
||||
|
||||
ICON_BOCHS ICON build\win32\nsis\bochs.ico
|
||||
|
||||
// Manifest for WinXP & Win2003
|
||||
1 24 build\win32\bochs.manifest
|
||||
|
||||
ASK_DLG DIALOG 30, 30, 200, 100
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Event"
|
||||
|
Loading…
Reference in New Issue
Block a user