Merge pull request #2040 from ryancsh/master

Add windows.timeGetTime()
This commit is contained in:
Jeroen van Rijn
2022-09-10 20:16:04 +02:00
committed by GitHub
+1
View File
@@ -7,4 +7,5 @@ foreign import winmm "system:Winmm.lib"
foreign winmm {
timeBeginPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
timeEndPeriod :: proc(uPeriod: UINT) -> MMRESULT ---
timeGetTime :: proc() -> DWORD ---
}