commit | 619c28f37efec41e12d7de67f869fa24c82bc21f | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Wed Oct 06 14:31:24 2021 +0100 |
committer | Tormod Volden <debian.tormod@gmail.com> | Sat Oct 30 15:21:56 2021 +0200 |
tree | e1468e5585e6d9c166a123dd36fc581fc4efc933 | |
parent | a584d060c853c9867dabc915fbafcbeccba1bc12 [diff] |
Windows: Fix ssize_t unconditionally defined The standard procedure to define ssize_t on Windows is to wrap it around a check for the _SSIZE_T_DEFINED macro. If not done, it makes it impossible to use the libusb.h header along with other headers (from other libraries) that also attempt to define ssize_t. Closes #1007 Signed-off-by: Paul Cercueil <paul@crapouillou.net>