2
0
Эх сурвалжийг харах

Merge pull request #2040 from ryancsh/master

Add windows.timeGetTime()
Jeroen van Rijn 3 жил өмнө
parent
commit
a1487e4814

+ 1 - 0
core/sys/windows/winmm.odin

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