Attempt to resolve Windows-specific errors.
alfstream.cpp doesn't look like a Windows-specific file, so I'd rather compile it everywhere until proven Windows-specific. Even though Mac and Linux have been doing ok without it so far.
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#define SIZEOF_SIZE_T 8
|
||||
|
||||
/* Define if your compiler has __builtin_ctzl() and sizeof(unsigned long) == sizeof(size_t). */
|
||||
#ifndef HX_WINDOWS
|
||||
#define HAVE_BUILTIN_CTZL
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <intrin.h> header file. */
|
||||
/* #undef HAVE_INTRIN_H */
|
||||
|
||||
Reference in New Issue
Block a user