浏览代码

Make //+private

gingerBill 1 年之前
父节点
当前提交
eee8e0faa2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"