Subversion Repositories filter_foundry

Rev

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

Rev 515 Rev 517
Line 43... Line 43...
43
//#define HOSTSIG_SERIF_PHOTOPLUS '8BIM' // meh.
43
//#define HOSTSIG_SERIF_PHOTOPLUS '8BIM' // meh.
44
#define HOSTSIG_JASC_PAINTSHOP_PRO_X 'PSP9'
44
#define HOSTSIG_JASC_PAINTSHOP_PRO_X 'PSP9'
45
#define HOSTSIG_PAINT_NET 'NDP.'
45
#define HOSTSIG_PAINT_NET 'NDP.'
46
#define HOSTSIG_ADOBE_PREMIERE '8B)M'/*sic*/
46
#define HOSTSIG_ADOBE_PREMIERE '8B)M'/*sic*/
47
 
47
 
-
 
48
// see also PiPL.rc
-
 
49
#define kViaThinkSoftSignature 'ViaT' // 0x56696154 (inofficial creator code)
-
 
50
#define PIOIDProperty          'ObId' // 0x4f624964
-
 
51
 
48
enum{
52
enum{
49
        TAB = 011,
53
        TAB = 011,
50
        LF  = 012,
54
        LF  = 012,
51
        CR  = 015,
55
        CR  = 015,
52
 
56