CCK Help files - altered to deal with Unix line endings

git-svn-id: svn://10.0.0.236/trunk@44320 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
1999-08-24 19:15:35 +00:00
parent 7b86e200b0
commit 08e131fd2f
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ BOOL CHelpDlg::OnInitDialog()
CString Helptext = CString(iniFilePath) + "\\" + iniTracker;
// ThatWind.MessageBox(Helptext,"something",MB_OK);
if( !( fPtr = fopen(Helptext, "r") ) )
if( !( fPtr = fopen(Helptext, "rb") ) )
{
CWnd myWnd;

View File

@@ -103,7 +103,7 @@ BOOL CWizHelp::OnInitDialog()
//CWnd newwindow;
//newwindow.MessageBox(HelpEdit,Helptext,MB_OK);
// ThatWind.MessageBox(Helptext,"something",MB_OK);
if( !( fPtr2 = fopen(Helptext, "r") ) )
if( !( fPtr2 = fopen(Helptext, "rb") ) )
{
CWnd myWnd;