This order works better for when other headers change.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4180
This commit is contained in:
parent
b899da315d
commit
d55c6a03ed
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@
|
|||
#include <io.h>
|
||||
|
||||
#if (defined (_MSC_VER)) || (defined __MINGW64_VERSION_MAJOR)
|
||||
#include <ntddcdrm.h> // Ioctl stuff
|
||||
#include <winioctl.h> // Ioctl stuff
|
||||
#include <ntddcdrm.h> // Ioctl stuff
|
||||
#else
|
||||
#include "ddk/ntddcdrm.h" // Ioctl stuff
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue