sys/windows: add winmm bindings file

This commit is contained in:
hikari
2022-04-15 19:18:22 +03:00
parent de819cff94
commit d3fbf36df7

View File

@@ -0,0 +1,9 @@
// +build windows
package sys_windows
foreign import winmm "system:Winmm.lib"
@(default_calling_convention="stdcall")
foreign winmm {
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
}