Subversion Repositories filter_foundry

Rev

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

Rev 402 Rev 513
Line 36... Line 36...
36
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
36
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
37
16000  PiPL  DISCARDABLE
37
16000  PiPL  DISCARDABLE
38
BEGIN
38
BEGIN
39
	0x0001,     /* Reserved (for Photoshop) */
39
	0x0001,     /* Reserved (for Photoshop) */
40
	0L,         /* kCurrentPiPLVersion */
40
	0L,         /* kCurrentPiPLVersion */
41
	9L,         /* Property Count */
41
	11L,        /* Property Count */
42
 
42
 
43
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0",    /* PString */
43
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0",    /* PString */
44
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
44
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
45
 
45
 
46
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
46
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
Line 68... Line 68...
68
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
68
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
69
16032  TPLT  DISCARDABLE
69
16032  TPLT  DISCARDABLE
70
BEGIN
70
BEGIN
71
	0x0001,       /* Reserved (for Photoshop) */
71
	0x0001,       /* Reserved (for Photoshop) */
72
	0L,           /* kCurrentPiPLVersion */
72
	0L,           /* kCurrentPiPLVersion */
73
	6L,           /* Property Count */
73
	8L,           /* Property Count */
74
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
74
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
75
	#include "PiPL_body.rc"
75
	#include "PiPL_body.rc"
76
END
76
END
77
 
77
 
78
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
78
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
79
16064  TPLT  DISCARDABLE
79
16064  TPLT  DISCARDABLE
80
BEGIN
80
BEGIN
81
	0x0001,       /* Reserved (for Photoshop) */
81
	0x0001,       /* Reserved (for Photoshop) */
82
	0L,           /* kCurrentPiPLVersion */
82
	0L,           /* kCurrentPiPLVersion */
83
	6L,           /* Property Count */
83
	8L,           /* Property Count */
84
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
84
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
85
	#include "PiPL_body.rc"
85
	#include "PiPL_body.rc"
86
END
86
END