Diff for /np2/win9x/dialog/dialogs.cpp between versions 1.12 and 1.13

version 1.12, 2007/11/11 07:11:28 version 1.13, 2007/11/11 11:00:02
Line 14 Line 14
   
 const TCHAR str_nc[] = _T("N/C");  const TCHAR str_nc[] = _T("N/C");
   
 const TCHAR str_int0[] = _T("INT0");  
 const TCHAR str_int1[] = _T("INT1");  
 const TCHAR str_int2[] = _T("INT2");  
 const TCHAR str_int4[] = _T("INT4");  
 const TCHAR str_int5[] = _T("INT5");  
 const TCHAR str_int6[] = _T("INT6");  
   
   
 // ---- enable  // ---- enable
   
Line 208  BOOL dlgs_createfilenum(HWND hWnd, PCFSP Line 201  BOOL dlgs_createfilenum(HWND hWnd, PCFSP
         uCount = 0;          uCount = 0;
         while(1)          while(1)
         {          {
                 pszFile = milsjis_chr(pszPath, '#');                  pszFile = milstr_chr(pszPath, '#');
                 if (!pszFile)                  if (!pszFile)
                 {                  {
                         break;                          break;

Removed from v.1.12  
changed lines
  Added in v.1.13


RetroPC.NET-CVS <cvs@retropc.net>