nfc-tools / libnfc

Platform independent Near Field Communication (NFC) library
http://nfc-tools.org
GNU Lesser General Public License v3.0
1.64k stars 436 forks source link

Cleanup unused code #723

Closed ikspress closed 2 months ago

ikspress commented 2 months ago

I also moved msleep() macro definition to nfc-internal.h and remove #include <err.h> due to it only used in nfc-utils.h.

ikspress commented 2 months ago

https://godbolt.org/z/edfabjf4h signal(SIGINT, intr_hdlr) also working correctly on Windows.

ikspress commented 2 months ago

I noticed that libnfc only uses "contrib/win32/getopt.h" instead of on win32.