Subversion Repositories filter_foundry

Rev

Rev 519 | Rev 526 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 519 Rev 525
Line 43... Line 43...
43
#define doesSupportLABColor       16384 // (flagSupportsLABColor << 8)   RC doesn't know <<8, nor *256 !
43
#define doesSupportLABColor       16384 // (flagSupportsLABColor << 8)   RC doesn't know <<8, nor *256 !
44
 
44
 
45
/* Note: make_win.c writes language 0. So, this should be language 0, too,
45
/* Note: make_win.c writes language 0. So, this should be language 0, too,
46
   otherwise the standalone filter would have 2 languages for this resource. */
46
   otherwise the standalone filter would have 2 languages for this resource. */
47
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
47
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
48
16000  PiPL  DISCARDABLE
48
16000  PIPL  DISCARDABLE
49
BEGIN
49
BEGIN
50
	0x0001,     /* Reserved (for Photoshop) */
50
	0x0001,     /* Reserved (for Photoshop) */
51
	0L,         /* kCurrentPiPLVersion */
51
	0L,         /* kCurrentPiPLVersion */
52
	14L,        /* Property Count */
52
	14L,        /* Property Count */
53
 
53