Diff for /np2/common/strres.h between versions 1.2 and 1.8

version 1.2, 2003/11/14 07:37:28 version 1.8, 2004/02/14 07:56:51
Line 12  extern const char str_crlf[]; Line 12  extern const char str_crlf[];
 #define str_lf  (str_crlf + 1)  #define str_lf  (str_crlf + 1)
   
 extern const char str_ini[];  extern const char str_ini[];
   extern const char str_cfg[];
   extern const char str_sav[];
 extern const char str_bmp[];  extern const char str_bmp[];
 extern const char str_d88[];  extern const char str_d88[];
 extern const char str_d98[];  extern const char str_d98[];
   extern const char str_88d[];
   extern const char str_98d[];
 extern const char str_thd[];  extern const char str_thd[];
 extern const char str_hdi[];  extern const char str_hdi[];
   extern const char str_fdi[];
   extern const char str_hdd[];
   extern const char str_nhd[];
   
 extern const char str_d[];  extern const char str_d[];
 extern const char str_u[];  extern const char str_u[];
Line 34  extern const char str_posy[]; Line 41  extern const char str_posy[];
 extern const char str_width[];  extern const char str_width[];
 extern const char str_height[];  extern const char str_height[];
   
   extern const char str_np2[];
   extern const char str_resume[];
   
   extern const char str_VM[];
   extern const char str_VX[];
   extern const char str_EPSON[];
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.8


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