From 1d38b715c3aa7fc066ae3c0d1f923b61d5c4003e Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sat, 14 Feb 2026 13:14:33 +0100 Subject: Revert "Add missing platform guards." This reverts commit 2da1befe0483cf3d96db5af3934c29dbc3cac42a. --- core/sys/windows/ole32.odin | 1 - core/sys/windows/types.odin | 1 - 2 files changed, 2 deletions(-) diff --git a/core/sys/windows/ole32.odin b/core/sys/windows/ole32.odin index 519304521..d314eb343 100644 --- a/core/sys/windows/ole32.odin +++ b/core/sys/windows/ole32.odin @@ -1,4 +1,3 @@ -#+build windows package sys_windows foreign import Ole32 "system:Ole32.lib" diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index 70fd7e958..b5621f621 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -1,4 +1,3 @@ -#+build windows package sys_windows import "core:c" -- cgit v1.2.3