diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-07-15 12:15:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 12:15:10 +0200 |
| commit | 481fc8a5b60cf15df8b87872adbf0dfd03060e78 (patch) | |
| tree | 0aec3835df278e78934060c8e3345bd81ffd45f0 /core/sys/windows/shell32.odin | |
| parent | 2938ec028f710edc2227169b15023d9b30c3aa11 (diff) | |
| parent | 5dfff51a40d86093d568eabf30cd311cc8e91e01 (diff) | |
Merge pull request #1060 from Kelimion/win_sys
Allow `core:sys/windows` to build on Windows only
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" |