Skip to content

Commit 812eeef

Browse files
committed
missed a spot
1 parent 6bbc533 commit 812eeef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mysql2/client.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ static VALUE do_query(void *args) {
385385
#endif
386386

387387
static VALUE rb_mysql_client_query(int argc, VALUE * argv, VALUE self) {
388+
#ifndef _WIN32
388389
struct async_query_args async_args;
390+
#endif
389391
struct nogvl_send_query_args args;
390392
int async = 0;
391393
VALUE opts, defaults;

0 commit comments

Comments
 (0)