1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +03:00

threads: Fix 32-bit Windows build

Should fix #771.
This commit is contained in:
Nick Wellnhofer 2024-07-18 03:48:11 +02:00
parent 7b98e8d695
commit 0dada8041a

View File

@ -413,7 +413,7 @@ xmlInitParserInternal(void) {
}
#if defined(HAVE_WIN32_THREADS)
static BOOL
static BOOL WINAPI
xmlInitParserWinWrapper(INIT_ONCE *initOnce ATTRIBUTE_UNUSED,
void *parameter ATTRIBUTE_UNUSED,
void **context ATTRIBUTE_UNUSED) {