diff options
Diffstat (limited to 'core/sys/windows/bcrypt.odin')
| -rw-r--r-- | core/sys/windows/bcrypt.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/bcrypt.odin b/core/sys/windows/bcrypt.odin index 5d6c6811f..bfb75d259 100644 --- a/core/sys/windows/bcrypt.odin +++ b/core/sys/windows/bcrypt.odin @@ -1,3 +1,4 @@ +// +build windows package sys_windows foreign import bcrypt "system:Bcrypt.lib" |