Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 238 → Rev 239

/trunk/telegraphics_common/tt/choosefile_win.c
70,7 → 70,7
 
Boolean putfile(StringPtr prompt,StringPtr fname,OSType fileType,OSType fileCreator,
NavReplyRecord *reply,StandardFileReply *sfr,
char *lpstrDefExt,const char *lpstrFilter,int nFilterIndex,
const char *lpstrDefExt,const char *lpstrFilter,int nFilterIndex,
HWND hwndOwner){
OPENFILENAME ofn;
char file[MAX_PATH];