Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 370 → Rev 371

/trunk/ff.h
104,7 → 104,6
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
Boolean fileHasExtension(StandardFileReply* sfr, const char* extension); // TODO: find a new home for this method? Because it can be also used for saving
 
// from save.c
OSErr saveparams(Handle h);
168,12 → 167,4
#define BIGDOC_WHOLE_SIZE(x) ((x)->bigDocumentData->wholeSize32)
#define WHOLE_SIZE(x) ((x)->wholeSize)
 
 
#ifdef _MSC_VER
// Microsoft dumbassery
#define strcasecmp _stricmp
#define snprintf _snprintf
#endif /* _MSC_VER */
 
#endif /* INCLUDED_FF_H */