sys/windows: add timeEndPeriod

This commit is contained in:
hikari
2022-04-17 19:17:38 +03:00
parent b6f3fa6ee1
commit b78f3a8069

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