mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Use and initialize Common Controls v6, or visual styles won't work
svn path=/trunk/; revision=6442
This commit is contained in:
@@ -2,3 +2,5 @@
|
||||
*.obj
|
||||
*.tds
|
||||
*.exe
|
||||
*.i
|
||||
*.res
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
# $Id: Makefile,v 1.1 2003/10/27 03:03:22 hyperion Exp $
|
||||
# $Id: Makefile,v 1.2 2003/10/27 23:20:57 hyperion Exp $
|
||||
|
||||
PATH_TO_TOP = ../../../..
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="ReactOS.Theme.Dump"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Dumps properties of Windows/ReactOS Visual Styles.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
|
||||
<!-- EOF -->
|
||||
@@ -0,0 +1,6 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <winuser.h>
|
||||
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
||||
|
||||
// EOF
|
||||
Reference in New Issue
Block a user