Diff for /np2/win9x/dialog/d_sound.cpp between versions 1.12 and 1.13

version 1.12, 2004/03/24 06:07:57 version 1.13, 2004/03/26 09:29:00
Line 926  void dialog_sndopt(HWND hWnd) { Line 926  void dialog_sndopt(HWND hWnd) {
         HINSTANCE               hinst;          HINSTANCE               hinst;
         PROPSHEETPAGE   psp;          PROPSHEETPAGE   psp;
         PROPSHEETHEADER psh;          PROPSHEETHEADER psh;
         HPROPSHEETPAGE  hpsp[6];                                                                                // ver0.29          HPROPSHEETPAGE  hpsp[6];
   
         hinst = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE);          hinst = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE);
   
Line 1013  static const FILESEL wrui = {wrui_title, Line 1013  static const FILESEL wrui = {wrui_title,
   
 void dialog_waverec(HWND hWnd) {  void dialog_waverec(HWND hWnd) {
   
           BYTE    check;
         char    path[MAX_PATH];          char    path[MAX_PATH];
   
           check = FALSE;
         sound_recstop();          sound_recstop();
         file_cpyname(path, bmpfilefolder, sizeof(path));          file_cpyname(path, bmpfilefolder, sizeof(path));
         file_cutname(path);          file_cutname(path);
Line 1023  void dialog_waverec(HWND hWnd) { Line 1025  void dialog_waverec(HWND hWnd) {
                 (sound_recstart(path) == SUCCESS)) {                  (sound_recstart(path) == SUCCESS)) {
                 file_cpyname(bmpfilefolder, path, sizeof(bmpfilefolder));                  file_cpyname(bmpfilefolder, path, sizeof(bmpfilefolder));
                 sysmng_update(SYS_UPDATEOSCFG);                  sysmng_update(SYS_UPDATEOSCFG);
                   check = TRUE;
         }          }
           xmenu_setwaverec(check);
 }  }
 #endif  #endif
   

Removed from v.1.12  
changed lines
  Added in v.1.13


RetroPC.NET-CVS <cvs@retropc.net>