| version 1.1, 2003/11/21 06:51:10 | version 1.3, 2005/02/07 14:46:09 | 
| Line 1 | Line 1 | 
 | #include        "compiler.h" | #include        "compiler.h" | 
 | #include        "strres.h" | #include        "strres.h" | 
 |  | #include        "np2ver.h" | 
 | #include        "pccore.h" | #include        "pccore.h" | 
 | #include        "vramhdl.h" | #include        "vramhdl.h" | 
 | #include        "menubase.h" | #include        "menubase.h" | 
| Line 37  static void dlginit(void) { | Line 38  static void dlginit(void) { | 
 |  |  | 
 | char    work[128]; | char    work[128]; | 
 |  |  | 
| menudlg_appends(res_about, sizeof(res_about)/sizeof(MENUPRM)); | menudlg_appends(res_about, NELEMENETS(res_about)); | 
 | milstr_ncpy(work, str_np2, sizeof(work)); | milstr_ncpy(work, str_np2, sizeof(work)); | 
 | milstr_ncat(work, str_space, sizeof(work)); | milstr_ncat(work, str_space, sizeof(work)); | 
 | milstr_ncat(work, np2version, sizeof(work)); | milstr_ncat(work, np2version, sizeof(work)); | 
 |  | #if defined(_WIN32_WCE) && defined(NP2VER_WINCE) | 
 |  | milstr_ncat(work, NP2VER_WINCE, sizeof(work)); | 
 |  | #endif | 
 | menudlg_settext(DID_VER, work); | menudlg_settext(DID_VER, work); | 
 | } | } | 
 |  |  |