Diff for /np2/embed/menu/filesel.c between versions 1.15 and 1.16

version 1.15, 2005/02/11 21:17:22 version 1.16, 2005/02/13 05:31:25
Line 19  enum { Line 19  enum {
         DID_FILTER          DID_FILTER
 };  };
   
 #if !defined(RESOURCE_US) && (!defined(CHARSET_OEM) || defined(OSLANG_SJIS))  #if defined(OSLANG_SJIS) && !defined(RESOURCE_US)
 static const OEMCHAR str_dirname[] =                    // ファイルの場所  static const OEMCHAR str_dirname[] =                    // ファイルの場所
                         "\203\164\203\100\203\103\203\213\202\314\217\352\217\212";                          "\203\164\203\100\203\103\203\213\202\314\217\352\217\212";
 static const OEMCHAR str_filename[] =                   // ファイル名  static const OEMCHAR str_filename[] =                   // ファイル名

Removed from v.1.15  
changed lines
  Added in v.1.16


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