Diff for /mkfont32/win9x/dialog.cpp between versions 1.1 and 1.2

version 1.1, 2004/06/06 15:33:09 version 1.2, 2004/06/10 03:11:47
Line 4 Line 4
 #include        "resource.h"  #include        "resource.h"
 #include        "dialog.h"  #include        "dialog.h"
 #include        "dosio.h"  #include        "dosio.h"
 #include        "font.h"  
 #include        "mkfnt.h"  #include        "mkfnt.h"
   
   
Line 225  static void cmd_ok(HWND hWnd) { Line 224  static void cmd_ok(HWND hWnd) {
                         break;                          break;
   
                 case 4:                                                 // x68000                  case 4:                                                 // x68000
                         makecgromdat(fontpath, fontface);  //                      makecgromdat(fontpath, fontface);
                           makex68kfont(fontpath, fontface);
                         break;                          break;
         }          }
         SetCursor(hcurbak);          SetCursor(hcurbak);

Removed from v.1.1  
changed lines
  Added in v.1.2


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