Before this commit, running `nim c --styleCheck:error` on a file
that imports the `uuids` package would produce an error on Windows.
`WINBOOL` is defined here:
52cf728001/lib/windows/winlean.nim (L33)
Fixes: #5
9 lines
151 B
Nim
9 lines
151 B
Nim
[Package]
|
|
name: "uuids"
|
|
version: "0.1.11"
|
|
author: "Xored Software, Inc."
|
|
description: "UUID library"
|
|
license: "MIT"
|
|
|
|
[Deps]
|
|
requires: "isaac >= 0.1.3"
|