From 2d71241a3bb969fa5e93189d3642a5d6513997f9 Mon Sep 17 00:00:00 2001 From: lion Date: Tue, 30 Sep 2025 09:36:52 +0800 Subject: [PATCH] for msvc --- binding/c/xdb_util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/binding/c/xdb_util.c b/binding/c/xdb_util.c index 1f21630..68c8823 100644 --- a/binding/c/xdb_util.c +++ b/binding/c/xdb_util.c @@ -12,7 +12,9 @@ // for Linux #ifdef XDB_LINUX #include "sys/time.h" -#elif XDB_WINDOWS +#endif + +#ifdef XDB_WINDOWS #include #endif