Support mingw cross-compile
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
| #endif | ||||
|  | ||||
| #ifdef _WIN32 | ||||
| #include <Windows.h> | ||||
| #include <windows.h> | ||||
| #endif | ||||
|  | ||||
| #include "citra/config.h" | ||||
|   | ||||
| @@ -5,5 +5,5 @@ | ||||
|  | ||||
| // Icon with lowest ID value placed first to ensure application icon | ||||
| // remains consistent on all systems. | ||||
| GLFW_ICON               ICON                    "..\\..\\dist\\citra.ico" | ||||
| GLFW_ICON               ICON                    "../../dist/citra.ico" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jannik Vogel
					Jannik Vogel