Skip to content

Commit e5b9d2b

Browse files
committed
Remove reference to Compat
1 parent 269a9a9 commit e5b9d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ struct MYSQL_STMT # This is different in mariadb header file.
180180
end
181181

182182
macro c(func, ret, args, vals...)
183-
if Compat.Sys.iswindows()
183+
if Sys.iswindows()
184184
esc(quote
185185
ret = ccall( ($func, libmariadb), stdcall, $ret, $args, $(vals...))
186186
end)

0 commit comments

Comments
 (0)