diff --git a/editor/editor_vs2005.vcproj b/editor/editor_vs2005.vcproj index 8588668..17ab2a5 100644 --- a/editor/editor_vs2005.vcproj +++ b/editor/editor_vs2005.vcproj @@ -1,7 +1,7 @@ #include +// 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 "recentfiles.h"