Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 486 → Rev 487

/trunk/ff_misc.h
30,7 → 30,7
#define BUFVERSION_SUITE64 'bSU2'
 
typedef struct FFBuffer_ {
OSType signature;
OSType signature; // BUFVERSION_*
BufferID standard;
Ptr suite;
} FFBuffer;
41,7 → 41,7
#define HDLVERSION_SUITE2 'hSU2'
 
typedef struct FFHandle_ {
OSType signature;
OSType signature; // HDLVERSION_*
Handle handle;
} FFHandle;