lloyd / node-toobusy

Build Node.JS servers that don't fall over.
1.3k stars 128 forks source link

On windows should use <time.h> instead of <sys/time.h>. #7

Closed dkucinskas closed 11 years ago

dkucinskas commented 11 years ago

In order to be able to build on windows I had to make those changes.

lloyd commented 11 years ago

This breaks the build according to Travis:

69../toobusy.cc:7:6: error: #elif with no expression
dkucinskas commented 11 years ago

Added other commit changed #elif with #else.

lloyd commented 11 years ago

beautiful, that looks much better. thanks for the contribution!