Subversion Repositories filter_foundry

Rev

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

Rev 317 Rev 402
Line 53... Line 53...
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
55
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
55
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
56
	"\0\0"
56
	"\0\0"
57
 
57
 
-
 
58
	#ifdef _WIN64
-
 
59
		VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
-
 
60
	#else
-
 
61
		VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
-
 
62
	#endif
58
 
63
 
59
#include "PiPL_body.rc"
64
	#include "PiPL_body.rc"
60
 
65
 
61
END
66
END
62
 
67
 
63
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
68
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
64
16000  TPLT  DISCARDABLE
69
16032  TPLT  DISCARDABLE
65
BEGIN
70
BEGIN
66
	0x0001,       /* Reserved (for Photoshop) */
71
	0x0001,       /* Reserved (for Photoshop) */
67
	0L,           /* kCurrentPiPLVersion */
72
	0L,           /* kCurrentPiPLVersion */
68
	6L,           /* Property Count */
73
	6L,           /* Property Count */
69
 
-
 
-
 
74
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
70
#include "PiPL_body.rc"
75
	#include "PiPL_body.rc"
-
 
76
END
71
 
77
 
-
 
78
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
-
 
79
16064  TPLT  DISCARDABLE
-
 
80
BEGIN
-
 
81
	0x0001,       /* Reserved (for Photoshop) */
-
 
82
	0L,           /* kCurrentPiPLVersion */
-
 
83
	6L,           /* Property Count */
-
 
84
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
-
 
85
	#include "PiPL_body.rc"
72
END
86
END