Subversion Repositories filter_foundry

Rev

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

Rev 259 Rev 402
Line 25... Line 25...
25
//            please also change PiPL.rc
25
//            please also change PiPL.rc
26
 
26
 
27
VENDORID, LC(k,i,n,d), NULLID, 4L, LC(8,B,F,M),	/* Filter module */
27
VENDORID, LC(k,i,n,d), NULLID, 4L, LC(8,B,F,M),	/* Filter module */
28
VENDORID, LC(v,e,r,s), NULLID, 4L, latestFilterSubVersion,latestFilterVersion, /* Version Number */
28
VENDORID, LC(v,e,r,s), NULLID, 4L, latestFilterSubVersion,latestFilterVersion, /* Version Number */
29
 
29
 
30
#ifdef _WIN64
-
 
31
    VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
-
 
32
#else
-
 
33
    VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
-
 
34
#endif
-
 
35
 
-
 
36
VENDORID, LC(m,o,d,e), NULLID, 4L, /* first 2 bytes:  */ flagSupportsGrayScale|flagSupportsIndexedColor|flagSupportsRGBColor|flagSupportsCMYKColor|flagSupportsHSLColor|flagSupportsHSBColor|flagSupportsMultichannel,
30
VENDORID, LC(m,o,d,e), NULLID, 4L, /* first 2 bytes:  */ flagSupportsGrayScale|flagSupportsIndexedColor|flagSupportsRGBColor|flagSupportsCMYKColor|flagSupportsHSLColor|flagSupportsHSBColor|flagSupportsMultichannel,
37
                                   /* second 2 bytes: */ flagSupportsDuotone|flagSupportsLABColor,
31
                                   /* second 2 bytes: */ flagSupportsDuotone|flagSupportsLABColor,
38
 
32
 
39
/* We need this to enable the plugin for BigDocuments */
33
/* We need this to enable the plugin for BigDocuments */
40
VENDORID, LC(m,s,3,2), 0L, 8L, 2000000L, 2000000L,
34
VENDORID, LC(m,s,3,2), 0L, 8L, 2000000L, 2000000L,