From ea774b72d547874f4a3222c6312899e79498079a Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:57:31 +0800 Subject: [PATCH] fixes --- lib/system/mmdisp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim index a3772ba371..ce935ff8af 100644 --- a/lib/system/mmdisp.nim +++ b/lib/system/mmdisp.nim @@ -38,7 +38,7 @@ type PByte = ptr ByteArray PString = ptr string -when not (defined(gcOrc) or defined(gcArc) or defined(gcAtomicArc)): +when not defined(nimV2): type RefCount = int