Files
corelang/modules/WINMM.core
2026-03-20 08:35:18 +01:00

6 lines
142 B
Core

#import "KERNEL32.core"
#link "winmm"
MMRESULT :: UINT
TIMERR_NOERROR :: 0
timeBeginPeriod :: #foreign (uPeriod: UINT): MMRESULT