This commit is contained in:
cheatfate 2019-06-25 11:27:38 +03:00
parent 3493b9ff7f
commit bf7a7f9b73
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 2 additions and 2 deletions

View File

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