2
0
Эх сурвалжийг харах

sys/windows: add winmm bindings file

hikari 3 жил өмнө
parent
commit
d3fbf36df7

+ 9 - 0
core/sys/windows/winmm.odin

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