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