mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge pull request #1723 from ftphikari/master
sys/windows: add timeEndPeriod
This commit is contained in:
@@ -6,4 +6,5 @@ foreign import winmm "system:Winmm.lib"
|
|||||||
@(default_calling_convention="stdcall")
|
@(default_calling_convention="stdcall")
|
||||||
foreign winmm {
|
foreign winmm {
|
||||||
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
|
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
|
||||||
|
timeEndPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user