diff options
| author | ruki <[email protected]> | 2020-11-09 22:31:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-09 22:31:36 +0800 |
| commit | 2e2ee72b228347b4f839bf4a2761258923b7950c (patch) | |
| tree | df058439f7827d77e550a553c620aebfc6c39658 /core | |
| parent | 4fa2abe9d7c6a13696b657dc24ed1966e6fec487 (diff) | |
fix ansi.c for mingw
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/xmake/winos/ansi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/winos/ansi.c b/core/src/xmake/winos/ansi.c index a64ca21c8..589489164 100644 --- a/core/src/xmake/winos/ansi.c +++ b/core/src/xmake/winos/ansi.c @@ -29,7 +29,7 @@ * includes */ #include "ansi.h" -#include <Windows.h> +#include <windows.h> /* ////////////////////////////////////////////////////////////////////////////////////// * implementation |
