1//
2// This enables themed headers in XP by trying to use comctl32 v6.
3//
4
5#ifndef RT_MANIFEST
6#define RT_MANIFEST     24
7#endif
8#ifndef ISOLATIONAWARE_MANIFEST_RESOURCE_ID
9#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
10#endif
11ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "treectrl.dll.manifest"
12
13