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:
parent
0bbd0a09ec
commit
952c48c5cf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue