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

Merge pull request #1723 from ftphikari/master

sys/windows: add timeEndPeriod
Jeroen van Rijn 3 жил өмнө
parent
commit
e738e93da0

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

@@ -6,4 +6,5 @@ foreign import winmm "system:Winmm.lib"
 @(default_calling_convention="stdcall")
 foreign winmm {
 	timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
+	timeEndPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
 }