diff options
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/windows/ole32.odin | 1 | ||||
| -rw-r--r-- | core/sys/windows/types.odin | 1 |
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" |