Subversion Repositories filter_foundry

Rev

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

Rev 515 Rev 517
Line 62... Line 62...
62
		VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
62
		VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
63
	#else
63
	#else
64
		VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
64
		VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
65
	#endif
65
	#endif
66
 
66
 
-
 
67
	/* Object Identifier attribute */
-
 
68
	/* Note that 'ViaT' is not a official creator code for ViaThinkSoft and it is unclear where a creator code can be aquired from... */
-
 
69
	/* Note: Length 24 must be divisible by 4 */
-
 
70
	LC(V,i,a,T), LC(O,b,I,d), NULLID, 24L, "1.3.6.1.4.1.37476.2.72\0\0",
-
 
71
 
67
	#include "PiPL_body.rc"
72
	#include "PiPL_body.rc"
68
 
73
 
69
END
74
END
70
 
75
 
71
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
76
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
72
16032  TPLT  DISCARDABLE
77
16032  TPLT  DISCARDABLE
73
BEGIN
78
BEGIN
74
	0x0001,       /* Reserved (for Photoshop) */
79
	0x0001,       /* Reserved (for Photoshop) */
75
	0L,           /* kCurrentPiPLVersion */
80
	0L,           /* kCurrentPiPLVersion */
76
	9L,           /* Property Count */
81
	8L,           /* Property Count */
77
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
82
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
78
	#include "PiPL_body.rc"
83
	#include "PiPL_body.rc"
79
END
84
END
80
 
85
 
81
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
86
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
82
16064  TPLT  DISCARDABLE
87
16064  TPLT  DISCARDABLE
83
BEGIN
88
BEGIN
84
	0x0001,       /* Reserved (for Photoshop) */
89
	0x0001,       /* Reserved (for Photoshop) */
85
	0L,           /* kCurrentPiPLVersion */
90
	0L,           /* kCurrentPiPLVersion */
86
	9L,           /* Property Count */
91
	8L,           /* Property Count */
87
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
92
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
88
	#include "PiPL_body.rc"
93
	#include "PiPL_body.rc"
89
END
94
END