1
0
Fork 0

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:
Peter Veenstra 2018-12-28 12:19:13 +00:00
parent b899da315d
commit d55c6a03ed

View file

@ -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