Removing hardcoded BZ_UNIX definition which broke the build on Windows.

This commit is contained in:
Micah Snyder 2019-06-29 20:07:26 -04:00
parent af3ab6c58f
commit d0dae15260

View File

@ -25,7 +25,6 @@
Also works on 64-bit Unix boxes.
This is the default.
*/
#define BZ_UNIX 1
#if BZ_UNIX
# include <fcntl.h>
# include <sys/types.h>