[misc] Linux cross compilation fixes

* Closes #850
This commit is contained in:
Adrian Perez de Castro 2016-11-11 11:58:05 +00:00 committed by Pete Batard
parent 73b39c1fb4
commit 03e01f2a19
9 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <Windows.h>
#include <windows.h>
#include <winioctl.h> // for MEDIA_TYPE
#pragma once