diff options
| -rw-r--r-- | core/sys/windows/ole32.odin | 1 | ||||
| -rw-r--r-- | core/sys/windows/types.odin | 1 |
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" |