Explorar el Código

Merge pull request #1723 from ftphikari/master

sys/windows: add timeEndPeriod
Jeroen van Rijn hace 3 años
padre
commit
e738e93da0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/sys/windows/winmm.odin

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