File: shellicon.rc

package info (click to toggle)
tktreectrl 2.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,124 kB
  • sloc: ansic: 50,925; tcl: 9,975; sh: 234; makefile: 96
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// On Win7 built with MSVC 2008 shellicon refuses to load without this.
// When built with MingW shellicon loads normally.
// Some conflict with treectrl.dll using a different comctl?
//

#ifndef RT_MANIFEST
#define RT_MANIFEST     24
#endif
#ifndef ISOLATIONAWARE_MANIFEST_RESOURCE_ID
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
#endif
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "shellicon.dll.manifest"