From 95808fd2e7eca351d7e94e2da5d6225f16a02f2d Mon Sep 17 00:00:00 2001 From: Laytan Date: Mon, 5 Feb 2024 18:54:37 +0100 Subject: [PATCH] remove unneeded no instrumentation comment, are all foreign procs anyway --- core/sys/windows/kernel32.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sys/windows/kernel32.odin b/core/sys/windows/kernel32.odin index 5e1370f01..390af3ab8 100644 --- a/core/sys/windows/kernel32.odin +++ b/core/sys/windows/kernel32.odin @@ -1,5 +1,4 @@ // +build windows -//+no-instrumentation package sys_windows foreign import kernel32 "system:Kernel32.lib"