|
|
| version 1.23, 2011/01/15 14:05:47 | version 1.24, 2011/01/15 16:08:26 |
|---|---|
| Line 493 ini_write(const char *path, const char * | Line 493 ini_write(const char *path, const char * |
| file_close(fh); | file_close(fh); |
| } | } |
| extern char modulefile[]; | static const char ini_title[] = |
| #if !defined(CPUCORE_IA32) | |
| static const char ini_title[] = "NekoProjectII"; | "NekoProjectII"; |
| #else | |
| "NekoProjectII_IA32"; | |
| #endif | |
| enum { | enum { |
| INIRO_STR = INIFLAG_RO | INITYPE_STR, | INIRO_STR = INIFLAG_RO | INITYPE_STR, |