aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-14 13:14:33 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-14 13:14:33 +0100
commit1d38b715c3aa7fc066ae3c0d1f923b61d5c4003e (patch)
treef06c5a97b87e5c600d18075b6d498713f603aba6
parent2da1befe0483cf3d96db5af3934c29dbc3cac42a (diff)
Revert "Add missing platform guards."
This reverts commit 2da1befe0483cf3d96db5af3934c29dbc3cac42a.
-rw-r--r--core/sys/windows/ole32.odin1
-rw-r--r--core/sys/windows/types.odin1
2 files changed, 0 insertions, 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"