@@ -1,3 +1,4 @@
+// +build windows
package win32
import "core:strings";
package sys_windows
foreign import advapi32 "system:Advapi32.lib"
foreign import bcrypt "system:Bcrypt.lib"
foreign import kernel32 "system:Kernel32.lib"
foreign import netapi32 "system:Netapi32.lib"
foreign import ntdll_lib "system:ntdll.lib"
foreign import shell32 "system:Shell32.lib"
foreign import Synchronization "system:Synchronization.lib"
import "core:c"
foreign import userenv "system:Userenv.lib"
import "core:strings"
foreign import ws2_32 "system:Ws2_32.lib"