--- np2/common/strres.h 2003/12/21 16:05:25 1.4 +++ np2/common/strres.h 2004/02/18 02:03:36 1.9 @@ -11,14 +11,27 @@ extern const char str_cr[]; extern const char str_crlf[]; #define str_lf (str_crlf + 1) +#if defined(OSLINEBREAK_CR) +#define str_oscr str_cr +#elif defined(OSLINEBREAK_CRLF) +#define str_oscr str_crlf +#else +#define str_oscr str_lf +#endif + extern const char str_ini[]; extern const char str_cfg[]; extern const char str_sav[]; extern const char str_bmp[]; extern const char str_d88[]; extern const char str_d98[]; +extern const char str_88d[]; +extern const char str_98d[]; extern const char str_thd[]; 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_u[]; @@ -43,6 +56,10 @@ extern const char str_VM[]; extern const char str_VX[]; extern const char str_EPSON[]; +extern const char str_biosrom[]; +extern const char str_sasirom[]; +extern const char str_scsirom[]; + #ifdef __cplusplus } #endif