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