You've already forked mariadb-connector-c
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user