瀏覽代碼

remove unneeded no instrumentation comment, are all foreign procs anyway

Laytan 1 年之前
父節點
當前提交
95808fd2e7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/sys/windows/kernel32.odin

+ 0 - 1
core/sys/windows/kernel32.odin

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