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 @@ +