Add missing platform guards.

This commit is contained in:
Jeroen van Rijn
2026-02-14 13:11:36 +01:00
parent bea892bfe7
commit 2da1befe04
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#+build windows
package sys_windows
foreign import Ole32 "system:Ole32.lib"

View File

@@ -1,3 +1,4 @@
#+build windows
package sys_windows
import "core:c"