Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 262 → Rev 263

/trunk/telegraphics_common/tt/compat_win.h
36,6 → 36,7
FSSpec sfFile;
ScriptCode sfScript;
 
#ifdef WIN_ENV
WORD nFileExtension ;
/* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/UserInput/CommonDialogBoxLibrary/CommonDialogBoxReference/CommonDialogBoxStructures/OPENFILENAME.asp
Specifies the zero-based offset, in TCHAR s, from the beginning of the path to the file name extension
45,6 → 46,7
If the user did not type an extension and lpstrDefExt is NULL, this member specifies an offset
to the terminating NULL character. If the user typed "." as the last character in the file name,
this member specifies zero. */
#endif
} StandardFileReply;
 
typedef unsigned char *StringPtr,**StringHandle;