diff options
author | Araq <rumpf_a@web.de> | 2013-06-27 01:04:56 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-27 01:04:56 +0200 |
commit | a674c039fb959166681f13f809670807b89e0b41 (patch) | |
tree | ec4676bf220ed2e49e8fff9b1071eaf2bfcae3d4 /lib/system | |
parent | ff1d68c50b5df56645eb09a523c08726772bec4d (diff) | |
download | Nim-a674c039fb959166681f13f809670807b89e0b41.tar.gz |
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/syslocks.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/syslocks.nim b/lib/system/syslocks.nim index 4619eaddb..4d81dee01 100644 --- a/lib/system/syslocks.nim +++ b/lib/system/syslocks.nim @@ -19,7 +19,7 @@ when defined(Windows): OwningThread: int LockSemaphore: int Reserved: int32 - + TSysCond = THandle proc InitSysLock(L: var TSysLock) {.stdcall, noSideEffect, |