Fix the build fail on MinGW
authorAkira TAGOH <akira@tagoh.org>
Tue, 15 Jan 2013 08:26:27 +0000 (17:26 +0900)
committerAkira TAGOH <akira@tagoh.org>
Tue, 15 Jan 2013 08:27:12 +0000 (17:27 +0900)
commitdffb69ed8c7cf2e707bc692f94b51108b772d9d8
tree5e678eb85d93cba78069631959f994607ac8bed6
parent8b8f0d21534aa9b82276815c84429ffca8941d2a
Fix the build fail on MinGW

Reported at http://lists.freedesktop.org/archives/fontconfig/2013-January/004601.html

just warn at the runtime instead of the compile time. it somewhat works
on even MinGW since FcMakeTempfile() isn't used on Win32 so far.
src/fccompat.c