Merge pull request #1723 from ftphikari/master

sys/windows: add timeEndPeriod
This commit is contained in:
Jeroen van Rijn
2022-04-17 18:27:07 +02:00
committed by GitHub

View File

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