This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fi | ||
|
||
|
||
|
||
# FIXME: latest Cygwin finds dinput headers, but we die on other win32 headers. | ||
# FIXME: ...so force it off for now. | ||
case "$host" in | ||
*-*-cygwin*) | ||
have_dinput=false | ||
;; | ||
esac | ||
fi | ||
} | ||
|