diff options
Diffstat (limited to 'core/sys/windows/shell32.odin')
| -rw-r--r-- | core/sys/windows/shell32.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/shell32.odin b/core/sys/windows/shell32.odin index b0c7e2dd9..70d8943bd 100644 --- a/core/sys/windows/shell32.odin +++ b/core/sys/windows/shell32.odin @@ -1,3 +1,4 @@ +// +build windows package sys_windows foreign import shell32 "system:Shell32.lib" |