소스 검색

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"