Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 371 → Rev 370

/trunk/ff.h
104,6 → 104,7
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);
167,4 → 168,12
#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 */