| version 1.1, 2003/11/21 06:51:10 | version 1.2, 2003/11/22 12:49:49 | 
| 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 41  static void dlginit(void) { | Line 42  static void dlginit(void) { | 
 | 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); | 
 | } | } | 
 |  |  |