Commit cc352bcf authored by Pierre Ynard's avatar Pierre Ynard

contrib: define _WIN32_WCE on mingw32ce

Because you're supposed to
parent 6ccccdf0
......@@ -202,6 +202,7 @@ case $HOST in
*mingw32ce)
echo "HAVE_WINCE = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
EXTRA_CPPFLAGS=" -D_WIN32_WCE=0x0500"
DISTRO=wince
;;
x86_64-*-mingw*)
......
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