Diff for /xmil/win9xc/xmil.cpp between versions 1.6 and 1.7

version 1.6, 2004/08/17 12:30:41 version 1.7, 2004/08/17 12:40:00
Line 11 Line 11
 #include        "soundmng.h"  #include        "soundmng.h"
 #include        "sysmng.h"  #include        "sysmng.h"
 #include        "scrndraw.h"  #include        "scrndraw.h"
 #include        "ddrawbmp.h"  
 #include        "winkbd.h"  #include        "winkbd.h"
 #include        "menu.h"  #include        "menu.h"
 #include        "ini.h"  #include        "ini.h"
Line 267  static void xmilcmd(HWND hWnd, UINT cmd) Line 266  static void xmilcmd(HWND hWnd, UINT cmd)
   
                 case IDM_BMPSAVE:                  case IDM_BMPSAVE:
                         winuienter();                          winuienter();
                         bmpsave();                          dialog_writebmp(hWnd);
                         winuileave();                          winuileave();
                         break;                          break;
   

Removed from v.1.6  
changed lines
  Added in v.1.7


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