mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 13:25:19 +00:00
Add comment to ole32.odin and types.odin.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user