From 2e645678a03611d12de4538635132fdda9e45630 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Mon, 16 May 2022 18:55:33 -0400 Subject: [PATCH] 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. --- project/lib/openal-files.xml | 1 + project/lib/overrides/jpeg/jconfigint.h | 2 ++ project/lib/sdl-files.xml | 1 + 3 files changed, 4 insertions(+) diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index 8273e8d84..4ca0cea05 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -58,6 +58,7 @@ + diff --git a/project/lib/overrides/jpeg/jconfigint.h b/project/lib/overrides/jpeg/jconfigint.h index 49bc2bc63..1f32a75da 100644 --- a/project/lib/overrides/jpeg/jconfigint.h +++ b/project/lib/overrides/jpeg/jconfigint.h @@ -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 header file. */ /* #undef HAVE_INTRIN_H */ diff --git a/project/lib/sdl-files.xml b/project/lib/sdl-files.xml index 38f5ced42..324c465f6 100644 --- a/project/lib/sdl-files.xml +++ b/project/lib/sdl-files.xml @@ -425,6 +425,7 @@ +