From 02c50d2eba3f8b6185e6727c630720a47e7184a4 Mon Sep 17 00:00:00 2001 From: "wangyang (wysaid)" Date: Wed, 1 May 2024 12:54:06 +0800 Subject: [PATCH] fix compile error on mingw-w64 (rename Windows.h => windows.h) --- src/debug.cpp | 2 +- src/ege_dllimport.h | 2 +- src/encodeconv.cpp | 2 +- src/image.h | 2 +- src/type.h | 2 +- src/window.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index da2a3d67..62495e38 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -3,7 +3,7 @@ #include "ege_head.h" #include "ege_common.h" -#include +#include namespace ege { diff --git a/src/ege_dllimport.h b/src/ege_dllimport.h index 99c5fc45..c68a6dcb 100644 --- a/src/ege_dllimport.h +++ b/src/ege_dllimport.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include namespace dll diff --git a/src/encodeconv.cpp b/src/encodeconv.cpp index b7514105..abe60914 100644 --- a/src/encodeconv.cpp +++ b/src/encodeconv.cpp @@ -6,7 +6,7 @@ #include "encodeconv.h" #include "ege_head.h" -#include +#include namespace ege { diff --git a/src/image.h b/src/image.h index dc9ef366..71199c65 100644 --- a/src/image.h +++ b/src/image.h @@ -1,7 +1,7 @@ #pragma once #include "ege_head.h" -#include +#include namespace ege diff --git a/src/type.h b/src/type.h index ac369616..53ae2d93 100644 --- a/src/type.h +++ b/src/type.h @@ -8,7 +8,7 @@ #include "stdint.h" #endif -#include +#include #if !defined(EGE_W64) #if !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300 diff --git a/src/window.h b/src/window.h index 331aeabb..9d4d095a 100644 --- a/src/window.h +++ b/src/window.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include "type.h" #include