This commit is contained in:
ringabout
2026-02-09 19:57:31 +08:00
parent 84961ff43d
commit ea774b72d5

View File

@@ -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