Subversion Repositories filter_foundry

Rev

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

Rev 517 Rev 518
Line 47... Line 47...
47
 
47
 
48
// see also PiPL.rc
48
// see also PiPL.rc
49
#define kViaThinkSoftSignature 'ViaT' // 0x56696154 (inofficial creator code)
49
#define kViaThinkSoftSignature 'ViaT' // 0x56696154 (inofficial creator code)
50
#define PIOIDProperty          'ObId' // 0x4f624964
50
#define PIOIDProperty          'ObId' // 0x4f624964
51
 
51
 
-
 
52
#define TEXT_FILETYPE 'TEXT'
-
 
53
#define SIG_SIMPLETEXT 'ttxt'
-
 
54
#define PS_FILTER_FILETYPE '8BFM'
-
 
55
 
-
 
56
#define CHUNK_ROWS 64
-
 
57
 
52
enum{
58
enum{
53
        TAB = 011,
59
        TAB = 011,
54
        LF  = 012,
60
        LF  = 012,
55
        CR  = 015,
61
        CR  = 015,
56
 
-
 
57
        CHUNK_ROWS = 64,
-
 
58
 
-
 
59
        TEXT_FILETYPE = 'TEXT',
-
 
60
        SIG_SIMPLETEXT = 'ttxt',
-
 
61
        PS_FILTER_FILETYPE = '8BFM'
-
 
62
};
62
};
63
 
63
 
64
#ifdef _WIN32
64
#ifdef _WIN32
65
typedef struct none_slider_info_ {
65
typedef struct none_slider_info_ {
66
        BOOL initialized;
66
        BOOL initialized;