mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 20:34:21 +00:00
fixes postgres with nimPreviewSlimSystem (#20455)
This commit is contained in:
@@ -27,6 +27,10 @@ elif defined(macosx):
|
||||
else:
|
||||
const
|
||||
dllName = "libpq.so(.5|)"
|
||||
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/syncio
|
||||
|
||||
type
|
||||
POid* = ptr Oid
|
||||
Oid* = int32
|
||||
|
||||
Reference in New Issue
Block a user