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