Commit 0b6bd5e1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: put WinCE higher than mingw, because mingw* can match mingwce

parent 54b8bf7e
...@@ -164,12 +164,12 @@ case "${OS}" in ...@@ -164,12 +164,12 @@ case "${OS}" in
*linux*) *linux*)
add_make_enabled "HAVE_LINUX" add_make_enabled "HAVE_LINUX"
;; ;;
*mingw*)
add_make_enabled "HAVE_WIN32"
;;
*wince*) *wince*)
add_make_enabled "HAVE_WINCE" add_make_enabled "HAVE_WINCE"
;; ;;
*mingw*)
add_make_enabled "HAVE_WIN32"
;;
esac esac
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment