Quellcode durchsuchen

remove unneeded no instrumentation comment, are all foreign procs anyway

Laytan vor 1 Jahr
Ursprung
Commit
95808fd2e7
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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"