Fix #23.
This commit is contained in:
parent
3493b9ff7f
commit
bf7a7f9b73
|
@ -527,8 +527,8 @@ when not defined(windows):
|
|||
proc getProcessId(): int =
|
||||
result = posix.getpid()
|
||||
else:
|
||||
proc getCurrentProcessId*(): uint32 {.stdcall, dynlib: "kernel32",
|
||||
importc: "GetCurrentProcessId".}
|
||||
proc getCurrentProcessId(): uint32 {.stdcall, dynlib: "kernel32",
|
||||
importc: "GetCurrentProcessId".}
|
||||
|
||||
proc loggingHandler(api: DaemonAPI): Future[void] =
|
||||
# Not ready yet.
|
||||
|
|
Loading…
Reference in New Issue