Ver Fonte

Merge pull request #1723 from ftphikari/master

sys/windows: add timeEndPeriod
Jeroen van Rijn há 3 anos atrás
pai
commit
e738e93da0
1 ficheiros alterados com 1 adições e 0 exclusões
  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 ---
 }