1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Windows build fix

This commit is contained in:
Georg Richter
2018-05-30 16:31:17 +02:00
parent 22bf0be90a
commit e8aea63d9f

View File

@@ -3532,7 +3532,7 @@ static void mysql_once_init()
}
#ifdef _WIN32
static INIT_ONCE init_once = (INIT_ONCE)INIT_ONCE_STATIC_INIT;
static INIT_ONCE init_once= INIT_ONCE_STATIC_INIT;
BOOL CALLBACK win_init_once(
PINIT_ONCE InitOnce,
PVOID Parameter,