diff options
Diffstat (limited to 'core/sys/windows/kernel32.odin')
| -rw-r--r-- | core/sys/windows/kernel32.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/kernel32.odin b/core/sys/windows/kernel32.odin index 9e50e2741..868d4f771 100644 --- a/core/sys/windows/kernel32.odin +++ b/core/sys/windows/kernel32.odin @@ -1,3 +1,4 @@ +// +build windows package sys_windows foreign import kernel32 "system:Kernel32.lib" |