aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-14 13:11:36 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-14 13:11:36 +0100
commit2da1befe0483cf3d96db5af3934c29dbc3cac42a (patch)
tree258102bce76f1b357766e285745f9fc6ef834bf6
parentbea892bfe7e9279c4a9032df2015bc985b4569c2 (diff)
Add missing platform guards.
-rw-r--r--core/sys/windows/ole32.odin1
-rw-r--r--core/sys/windows/types.odin1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/sys/windows/ole32.odin b/core/sys/windows/ole32.odin
index d314eb343..519304521 100644
--- a/core/sys/windows/ole32.odin
+++ b/core/sys/windows/ole32.odin
@@ -1,3 +1,4 @@
+#+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 b5621f621..70fd7e958 100644
--- a/core/sys/windows/types.odin
+++ b/core/sys/windows/types.odin
@@ -1,3 +1,4 @@
+#+build windows
package sys_windows
import "core:c"