Add comment to ole32.odin and types.odin.

This commit is contained in:
Jeroen van Rijn
2026-02-14 13:17:28 +01:00
parent 1d38b715c3
commit 4c9466e3ea
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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