XP styles.

This commit is contained in:
Erik Faye-Lund 2009-01-08 17:51:52 +00:00
parent 068471028f
commit edd626e5ad
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8.00"
Name="sync_editor" Name="sync_editor"
ProjectGUID="{76B44BC8-8BB4-4B6E-B2FA-7738C9E7F80B}" ProjectGUID="{76B44BC8-8BB4-4B6E-B2FA-7738C9E7F80B}"
RootNamespace="sync_editor" RootNamespace="sync_editor"
@ -62,7 +62,6 @@
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib comctl32.lib comsupp.lib comsuppwd.lib" AdditionalDependencies="ws2_32.lib comctl32.lib comsupp.lib comsuppwd.lib"
LinkIncremental="2" LinkIncremental="2"
GenerateManifest="false"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
TargetMachine="1" TargetMachine="1"
@ -72,7 +71,6 @@
/> />
<Tool <Tool
Name="VCManifestTool" Name="VCManifestTool"
EmbedManifest="false"
/> />
<Tool <Tool
Name="VCXDCMakeTool" Name="VCXDCMakeTool"

View File

@ -11,6 +11,15 @@
#include <objbase.h> #include <objbase.h>
#include <commdlg.h> #include <commdlg.h>
// Windows XP look and feel. Seems to enable Vista look as well.
#pragma comment(linker, \
"\"/manifestdependency:type='Win32' "\
"name='Microsoft.Windows.Common-Controls' "\
"version='6.0.0.0' "\
"processorArchitecture='*' "\
"publicKeyToken='6595b64144ccf1df' "\
"language='*'\"")
#include "trackview.h" #include "trackview.h"
#include "recentfiles.h" #include "recentfiles.h"