Browse Source

Make //+private

gingerBill 1 year ago
parent
commit
eee8e0faa2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      base/runtime/os_specific_windows.odin

+ 1 - 0
base/runtime/os_specific_windows.odin

@@ -1,4 +1,5 @@
 //+build windows
+//+private
 package runtime
 
 foreign import kernel32 "system:Kernel32.lib"