Fixed headers for urandom on Windows

This commit is contained in:
Ruslan Mustakov 2016-11-30 15:50:54 +07:00
commit f6d0227369
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ when defined(windows):
type ULONG_PTR = int
type HCRYPTPROV = ULONG_PTR
var PROV_RSA_FULL {.importc, header: "<windows.h>".}: DWORD
var CRYPT_VERIFYCONTEXT {.importc, header: "<windows.h>".}: DWORD
var PROV_RSA_FULL {.importc, header: "<wincrypt.h>".}: DWORD
var CRYPT_VERIFYCONTEXT {.importc, header: "<wincrypt.h>".}: DWORD
{.push, stdcall, dynlib: "Advapi32.dll".}

View file

@ -1,6 +1,6 @@
[Package]
name: "uuids"
version: "0.1.2"
version: "0.1.3"
author: "Xored Software, Inc."
description: "UUID library"
license: "MIT"