Explorar el Código

remove unneeded no instrumentation comment, are all foreign procs anyway

Laytan hace 1 año
padre
commit
95808fd2e7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"