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:
Joseph Cloutier
2022-05-16 18:55:33 -04:00
parent c72af76ca4
commit 2e645678a0
3 changed files with 4 additions and 0 deletions

View File

@@ -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 */