kiwix / kiwix-tools

Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
https://download.kiwix.org/release/kiwix-tools/
GNU General Public License v3.0
428 stars 83 forks source link

Do not define stat if not necessary. #546

Closed mgautierfr closed 2 years ago

mgautierfr commented 2 years ago

On recent mingw compiler, stat is already defined the same way we do. So we don't need to do it.