Core: Fix writing of log lines a single fprintf call
authorPete Batard <pete@akeo.ie>
Sat, 29 Jun 2013 23:32:10 +0000 (00:32 +0100)
committerPete Batard <pete@akeo.ie>
Sat, 29 Jun 2013 23:32:10 +0000 (00:32 +0100)
commit7b893cc7cee185c0bf771166ca61a05b32800556
tree2c952847f779312839b9c53ca57830371d622fc5
parentfb4c208c33788068bbca67bdd6d11127b5be5a26
Core: Fix writing of log lines a single fprintf call

fb4c208c33788068bbca67bdd6d11127b5be5a26 broke cygwin compilation due to __GCC__ not being defined
* The actual issue is that __GNUC__ rather than __GCC__ should have been used all along
* Also fixes gettimeofday() usage for MinGW/Cygwin
* Also increase log buffer size to 1K, fix a broken fprintf in core.c and sort whitespaces
libusb/core.c
libusb/libusbi.h
libusb/version_nano.h