Subversion Repositories filter_foundry

Rev

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

Rev 366 Rev 368
Line 51... Line 51...
51
#else
51
#else
52
 
52
 
53
// Note: In Windows DLL/8BF files, the strings are C-strings, while in MAC-plugins they are Pascal-strings!
53
// Note: In Windows DLL/8BF files, the strings are C-strings, while in MAC-plugins they are Pascal-strings!
54
// However, internally, we work with Pascal Strings:
54
// However, internally, we work with Pascal Strings:
55
// readPARM() converts C to Pascal strings, and doresources() converts them back to C strings for saving.
55
// readPARM() converts C to Pascal strings, and doresources() converts them back to C strings for saving.
-
 
56
// formulas are never Pascal strings.
56
 
57
 
57
typedef uint32_t bool32_t;
58
typedef uint32_t bool32_t;
58
 
59
 
59
// Photoshop's Filter Factory has PARM:16
60
// Photoshop's Filter Factory has PARM:16
60
// Filter Foundry has PARM:16000 (old) or PARM:16 (new)
61
// Filter Foundry has PARM:16000 (old) or PARM:16 (new)