소스 검색

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"