Lowercase windows.h includes for MinGW cross-compiling compatibility

This commit is contained in:
2015-09-13 14:31:06 -04:00
parent fa1689d7fe
commit 6b71200110
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#include "cursors.hpp"
#include <Windows.h>
#include <windows.h>
#include <exception>
#include <SFML/Graphics/RenderWindow.hpp>
#include "restypes.hpp"

View File

@@ -1,7 +1,7 @@
#include <sstream>
#include <iostream>
#include <Windows.h>
#include <windows.h>
// Debugger streambuf adapted from here: <http://www.codeproject.com/Articles/1053/Using-an-output-stream-for-debugging>

View File

@@ -13,7 +13,7 @@
#include <OpenGl/GL.h>
#else
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
#include <GL/GL.h>
#endif

View File

@@ -1,5 +1,5 @@
#include <Windows.h>
#include <windows.h>
#include <vector>
struct accel_table_t {

View File

@@ -1,7 +1,7 @@
#include "winutil.hpp"
#include <iostream>
#include <Windows.h>
#include <windows.h>
#include <SFML/Graphics/RenderWindow.hpp>
#include <SFML/Graphics/Image.hpp>
#include <sstream>