From e5aa3924fb8722f86ea47079b4082b93cf4c17e8 Mon Sep 17 00:00:00 2001 From: metagn Date: Sat, 1 Oct 2022 23:35:09 +0300 Subject: [PATCH] move widestrs out of system (#20462) * move widestrs out of system * fix osproc --- src/wrappers/odbcsql.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wrappers/odbcsql.nim b/src/wrappers/odbcsql.nim index 4e37e1a174..6b300c5ffe 100644 --- a/src/wrappers/odbcsql.nim +++ b/src/wrappers/odbcsql.nim @@ -7,6 +7,9 @@ # distribution, for details about the copyright. # +when defined(nimPreviewSlimSystem): + import std/widestrs + when not defined(ODBCVER): const ODBCVER = 0x0351 ## define ODBC version 3.51 by default