فهرست منبع

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"