Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 395 → Rev 396

/trunk/PARM.h
74,7 → 74,7
 
// Note: In Windows DLL/8BF files, the strings are C-strings, while in MAC-plugins they are Pascal-strings!
// Formulas are never Pascal strings.
// Since 1.7.0.13, we internally, we work with C-strings.
// Since 1.7.0.13 we internally work with C-strings.
 
typedef uint32_t bool32_t;
 
91,8 → 91,7
bool32_t map_used[4]; //true if map(n) is used
bool32_t ctl_used[8]; //true if ctl(n) is used
char szCategory[252]; //Category name
// Michael Johannhanwahr's protect flag...
bool32_t iProtected; // == 1 means protected
bool32_t iProtected; // Michael Johannhanwahr's protect flag... (1 means protected)
char szTitle[256]; //Filter title
char szCopyright[256]; //Copyright info
char szAuthor[256]; //Filter author(s)