Diff for /np2/embed/menu/filesel.c between versions 1.13 and 1.14

version 1.13, 2004/06/28 12:31:32 version 1.14, 2005/02/07 14:46:09
Line 277  static void dlginit(void) { Line 277  static void dlginit(void) {
         char    sjis[MAX_PATH];          char    sjis[MAX_PATH];
 #endif  #endif
   
         menudlg_appends(res_fs, sizeof(res_fs)/sizeof(MENUPRM));          menudlg_appends(res_fs, NELEMENTS(res_fs));
         menudlg_seticon(DID_PARENT, MICON_FOLDERPARENT);          menudlg_seticon(DID_PARENT, MICON_FOLDERPARENT);
 #if defined(OSLANG_EUC)  #if defined(OSLANG_EUC)
         codecnv_euc2sjis(sjis, sizeof(sjis),          codecnv_euc2sjis(sjis, sizeof(sjis),

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


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