From 4c9466e3ea6943911971c62dd57c59bba886cfef Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sat, 14 Feb 2026 13:17:28 +0100 Subject: Add comment to ole32.odin and types.odin. --- core/sys/windows/ole32.odin | 2 ++ core/sys/windows/types.odin | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/sys/windows/ole32.odin b/core/sys/windows/ole32.odin index d314eb343..f93ecc820 100644 --- a/core/sys/windows/ole32.odin +++ b/core/sys/windows/ole32.odin @@ -1,5 +1,7 @@ package sys_windows +// Don't add a `#+build windows` guard to this file. It's used for `dxgi` on non-Windows platforms, for example. + foreign import Ole32 "system:Ole32.lib" //objbase.h diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index b5621f621..54ebd9481 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -1,5 +1,7 @@ package sys_windows +// Don't add a `#+build windows` guard to this file. It's used for `dxgi` on non-Windows platforms, for example. + import "core:c" c_char :: c.char -- cgit v1.2.3