More changes (stdarg.h in ide.c and name cleanups and %ws to %S in pc.c)

This commit is contained in:
waltje
2017-06-16 14:09:40 -04:00
parent 843236a28e
commit d2465dd5b3
3 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
* Implementation of the IDE emulation for hard disks and ATAPI
* CD-ROM devices.
*
* Version: @(#)ide.c 1.0.2 2017/06/16
* Version: @(#)ide.c 1.0.3 2017/06/17
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -20,6 +20,7 @@
*/
#include <stdint.h>
#include <sys/types.h>
#include <stdarg.h>
#include <wchar.h>
#include "86box.h"