1
0
Fork 0

This seems to make i686-MinGW-w64 happy. Combination of patch 261 on SF.net and input on IRC

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3872
This commit is contained in:
Peter Veenstra 2014-11-06 18:58:14 +00:00
parent 0bbd0a09ec
commit 952c48c5cf

View file

@ -33,6 +33,9 @@
#include <ntddscsi.h>
#include <winioctl.h> // Ioctl stuff
#else
#ifdef __MINGW64_VERSION_MAJOR
#include <winioctl.h>
#endif
#include "ddk/ntddcdrm.h" // Ioctl stuff
#include "ddk/ntddscsi.h"
#endif