Subversion Repositories filter_foundry

Rev

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

Rev 376 Rev 385
Line 71... Line 71...
71
};
71
};
72
 
72
 
73
#else
73
#else
74
 
74
 
75
// Note: In Windows DLL/8BF files, the strings are C-strings, while in MAC-plugins they are Pascal-strings!
75
// Note: In Windows DLL/8BF files, the strings are C-strings, while in MAC-plugins they are Pascal-strings!
76
// However, internally, we work with Pascal Strings:
76
// However, internally, we work with Pascal Strings (TODO: I don't like that!):
77
// readPARM() converts C to Pascal strings, and doresources() converts them back to C strings for saving.
77
// readPARM() converts C to Pascal strings, and doresources() converts them back to C strings for saving.
78
// formulas are never Pascal strings.
78
// formulas are never Pascal strings.
79
 
79
 
80
typedef uint32_t bool32_t;
80
typedef uint32_t bool32_t;
81
 
81