Fixed a mistake in floppy/fdd.c;

Fixed some undeclared variables in floppy/fdd_imd.c;
Moved zip.c/h to disk subfolder;
Fixed the warnings in video/vid_t1000.c.
This commit is contained in:
OBattler
2018-03-06 01:14:38 +01:00
parent 9356ae8bed
commit 22536d8d03
14 changed files with 41 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
*
* Handle the New Floppy Image dialog.
*
* Version: @(#)win_new_floppy.c 1.0.3 2018/03/05
* Version: @(#)win_new_floppy.c 1.0.4 2018/03/06
*
* Authors: Miran Grca, <mgrca8@gmail.com>
*
@@ -29,7 +29,7 @@
#include "../plat.h"
#include "../random.h"
#include "../ui.h"
#include "../zip.h"
#include "../disk/zip.h"
#include "win.h"