mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)
correct field name for RTL_CONDITION_VARIABLE? ref #20895
This commit is contained in:
@@ -25,7 +25,7 @@ when defined(windows):
|
||||
SpinCount: int
|
||||
|
||||
SysCond* {.importc: "RTL_CONDITION_VARIABLE", header: "<windows.h>".} = object
|
||||
thePtr {.importc: "ptr".} : Handle
|
||||
thePtr {.importc: "Ptr".} : Handle
|
||||
|
||||
proc initSysLock*(L: var SysLock) {.importc: "InitializeCriticalSection",
|
||||
header: "<windows.h>".}
|
||||
|
||||
Reference in New Issue
Block a user