mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Merge pull request #1695 from ftphikari/master
sys/windows: add Dwmapi.lib binding
This commit is contained in:
9
core/sys/windows/dwmapi.odin
Normal file
9
core/sys/windows/dwmapi.odin
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build windows
|
||||
package sys_windows
|
||||
|
||||
foreign import dwmapi "system:Dwmapi.lib"
|
||||
|
||||
@(default_calling_convention="stdcall")
|
||||
foreign dwmapi {
|
||||
DwmFlush :: proc() -> HRESULT ---
|
||||
}
|
||||
Reference in New Issue
Block a user