--- np2/win9xc/np2.cpp 2004/03/31 11:59:18 1.28 +++ np2/win9xc/np2.cpp 2004/04/05 09:45:07 1.30 @@ -552,13 +552,20 @@ static void np2cmd(HWND hWnd, UINT16 cmd dialog_writebmp(hWnd); winuileave(); break; - +#if defined(SUPPPORT_S98) case IDM_S98LOGGING: winuienter(); dialog_s98(hWnd); winuileave(); break; - +#endif +#if defined(SUPPORT_WAVEREC) + case IDM_WAVEREC: + winuienter(); + dialog_waverec(hWnd); + winuileave(); + break; +#endif case IDM_CALENDAR: winuienter(); DialogBox(hInst, MAKEINTRESOURCE(IDD_CALENDAR), @@ -819,6 +826,7 @@ static void framereset(void) { framecnt = 0; sysmng_updatecaption(); memdbg_process(); + skbdwin_process(); } static void processwait(UINT cnt) {