Diff for /np2/embed/menubase/menusys.c between versions 1.4 and 1.6

version 1.4, 2004/06/19 17:28:29 version 1.6, 2004/06/25 10:39:27
Line 44  typedef struct { Line 44  typedef struct {
   
 static MENUSYS  menusys;  static MENUSYS  menusys;
   
 #if !defined(CHARSET_OEM) || defined(OSLANG_SJIS)  #if !defined(RESOURCE_US) && (!defined(CHARSET_OEM) || defined(OSLANG_SJIS))
 static const char str_sysr[] =                          // 元のサイズに戻す  static const char str_sysr[] =                          // 元のサイズに戻す
                         "\214\263\202\314\203\124\203\103\203\131\202\311" \                          "\214\263\202\314\203\124\203\103\203\131\202\311" \
                         "\226\337\202\267";                          "\226\337\202\267";
Line 58  static const char str_sysx[] =    // 最    "\215\305\221\345\211\273"; Line 58  static const char str_sysx[] =    // 最    "\215\305\221\345\211\273";
 static const char str_sysc[] =                          // 閉じる  static const char str_sysc[] =                          // 閉じる
                         "\225\302\202\266\202\351";                          "\225\302\202\266\202\351";
 #elif defined(OSLANG_EUC)  #elif defined(OSLANG_EUC) && !defined(RESOURCE_US)
 static const char str_sysr[] =                          // 元のサイズに戻す  static const char str_sysr[] =                          // 元のサイズに戻す
                         "\270\265\244\316\245\265\245\244\245\272\244\313" \                          "\270\265\244\316\245\265\245\244\245\272\244\313" \
                         "\314\341\244\271";                          "\314\341\244\271";
Line 72  static const char str_sysx[] =    // 最    "\272\307\302\347\262\275"; Line 72  static const char str_sysx[] =    // 最    "\272\307\302\347\262\275";
 static const char str_sysc[] =                          // 閉じる  static const char str_sysc[] =                          // 閉じる
                         "\312\304\244\270\244\353";                          "\312\304\244\270\244\353";
 #elif defined(OSLANG_UTF8)  #elif defined(OSLANG_UTF8) && !defined(RESOURCE_US)
 static const char str_sysr[] =                          // 元のサイズに戻す  static const char str_sysr[] =                          // 元のサイズに戻す
                         "\345\205\203\343\201\256\343\202\265\343\202\244\343\202\272" \                          "\345\205\203\343\201\256\343\202\265\343\202\244\343\202\272" \
                         "\343\201\253\346\210\273\343\201\231";                          "\343\201\253\346\210\273\343\201\231";

Removed from v.1.4  
changed lines
  Added in v.1.6


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