Allow core:sys/windows to build on Windows only

This commit is contained in:
Jeroen van Rijn
2021-07-15 12:13:57 +02:00
parent 2938ec028f
commit 5dfff51a40
12 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// +build windows
package sys_windows
foreign import bcrypt "system:Bcrypt.lib"