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

version 1.2, 2003/11/14 07:37:28 version 1.4, 2003/12/21 16:05:25
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[];
Line 34  extern const char str_posy[]; Line 36  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.4


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