--- np2/x11/ini.c 2011/01/15 14:05:47 1.23 +++ np2/x11/ini.c 2011/01/15 18:43:13 1.25 @@ -1,5 +1,3 @@ -/* $Id: ini.c,v 1.23 2011/01/15 14:05:47 monaka Exp $ */ - #include "compiler.h" #include "np2.h" @@ -493,9 +491,12 @@ ini_write(const char *path, const char * file_close(fh); } -extern char modulefile[]; - -static const char ini_title[] = "NekoProjectII"; +static const char ini_title[] = +#if !defined(CPUCORE_IA32) + "NekoProjectII"; +#else + "NekoProjectII_IA32"; +#endif enum { INIRO_STR = INIFLAG_RO | INITYPE_STR,